Update webinar status
PUT {{baseUrl}}/webinars/:webinarId/status
Update a webinar's status. Use this API to end an ongoing webinar.
Prerequisites:
- The account must hold a valid Webinar plan.
Scopes: webinar:write
,webinar:write:admin
Rate Limit Label: LIGHT
Request Body
{"action"=>"end"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{}