Create up to 100 mappings.
Mappings to create.
required | Array of objects (Items) [ 1 .. 10 ] characters |
List of created mappings
The response for a bad request.
Validation Error
{- "items": [
- {
- "externalId": "my.known.id",
- "mapping": {
- "expression": "string"
}, - "input": {
- "type": "protobuf",
- "messageName": "string",
- "files": [
- {
- "fileName": "string",
- "content": "string"
}
]
}, - "published": true
}
]
}
{- "items": [
- {
- "externalId": "my.known.id",
- "mapping": {
- "expression": "string"
}, - "input": {
- "type": "protobuf",
- "messageName": "string",
- "files": [
- {
- "fileName": "string"
}
]
}, - "published": true,
- "createdTime": 1730204346000,
- "lastUpdatedTime": 1730204346000
}
]
}