Webinar Subscriptions
Update Webinar Subscription
Updates the existing subscription. The client application can extend/narrow the list of events for which it receives notifications within this subscription. If event filters are specified, calling this method modifies them for the existing subscription. The method also allows setting the subscription expiration time. If other than events and expiresIn parameters are passed in the request they will be ignored. If the request body is empty then the specified subscription will be just renewed without any event filter modifications and with default expiration time.
put/webinar/notifications/v1/subscriptions/{subscriptionId}
Path parameters
subscriptionIdstring required
Internal identifier of a subscription
Request body
Example request
{
"expiresIn": 1200
}Response
Successful response
Example response
{
"id": "95fecfc9-9cdc-4e94-a78a-89fd65889d37",
"deliveryMode": {
"address": "https://acme.com/myservice/webhook"
}
}