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