Required capabilities:
subscribeSignalsAcl:WRITE
Update one or more sinks in the project.
Sinks to update.
required | Array of any (Items) [ 1 .. 100 ] items |
Updated sinks.
The response for a bad request.
Validation Error
{- "items": [
- {
- "type": "email",
- "externalId": "my.known.id",
- "update": {
- "emailAddress": {
- "set": "string"
}
}
}
]
}{- "items": [
- {
- "type": "email",
- "externalId": "my.known.id",
- "emailAddress": "string",
- "createdTime": 1730204346000,
- "lastUpdatedTime": 1730204346000
}
]
}