Subscriptions
Update an existing Subscription
put/subscriptions/{id}
Path parameters
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"
}