Required capabilities:
hostedExtractors:WRITE
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
}, - "name": {
- "set": "string"
}, - "description": {
- "set": "string"
}, - "metadata": {
- "set": {
- "property1": "string",
- "property2": "string"
}
}
}
}
]
}{- "items": [
- {
- "externalId": "my.known.id",
- "sessionId": 1,
- "targetDataSetId": 1,
- "name": "string",
- "description": "string",
- "metadata": {
- "property1": "string",
- "property2": "string"
}, - "createdTime": 1730204346000,
- "lastUpdatedTime": 1730204346000
}
]
}