Update up to 100 destinations.
Destinations to update.
required | Array of objects (Items) [ 1 .. 10 ] items |
List of updated destinations.
The response for a bad request.
Validation Error
{- "items": [
- {
- "externalId": "my.known.id",
- "update": {
- "credentials": {
- "setNull": true
}, - "targetDataSetId": {
- "setNull": true
}
}
}
]
}
{- "items": [
- {
- "externalId": "my.known.id",
- "sessionId": 1,
- "targetDataSetId": 1,
- "createdTime": 1730204346000,
- "lastUpdatedTime": 1730204346000
}
]
}