Subscriptions
Create a new Subscription
post/subscriptions
Request body
Example request
{
"EventNotificationSubscription": {
"Filter": {
"Tenants": [
"Tenants-1",
"..."
]
}
},
"SpaceId": "Spaces-1"
}Response
Created
Example response
{
"EventNotificationSubscription": {
"Filter": {
"Tenants": [
"Tenants-1",
"..."
]
}
},
"SpaceId": "Spaces-1"
}