Subscriptions
Update an existing Subscription
put/spaces/{spaceIdentifier}/subscriptions/{id}
Path parameters
spaceIdentifierstring required
Identifier (ID or slug) of the space
idstring required
ID of the Subscription to modify
Request body
Example request
{
"EventNotificationSubscription": {
"Filter": {
"Tenants": [
"Tenants-1",
"..."
]
}
},
"Id": "Subscriptions-1",
"SpaceId": "Spaces-1"
}Response
The updated Subscription
Example response
{
"EventNotificationSubscription": {
"Filter": {
"Tenants": [
"Tenants-1",
"..."
]
}
},
"SpaceId": "Spaces-1"
}