Required capabilities:
subscribeSignalsAcl:WRITE
Update one or more subscriptions in the project.
Subscriptions to update.
required | Array of objects (Items) [ 1 .. 10 ] items |
Updated subscriptions.
The response for a bad request.
Validation Error
{- "items": [
- {
- "externalId": "my.known.id",
- "update": {
- "filter": {
- "set": {
- "extractorExternalId": "string",
- "extractorVersion": "string",
- "resource": "string",
- "category": "string",
- "severity": "info"
}
}
}
}
]
}{- "items": [
- {
- "externalId": "my.known.id",
- "sink": {
- "type": "email",
- "externalId": "my.known.id"
}, - "filter": {
- "topic": "cognite_integrations",
- "extractorExternalId": "string",
- "extractorVersion": "string",
- "resource": "string",
- "category": "string",
- "severity": "info"
}, - "createdTime": 1730204346000,
- "lastUpdatedTime": 1730204346000
}
]
}