curl--location--request PUT 'http://api.zoom.us/v2/webinars//status'
响应示例响应示例
200 - 示例 1
{}
请求参数
Path 参数
webinarId
integer<int64>
必需
The webinar ID in "long" format(represented as int64 data type in JSON).
Body 参数multipart/form-data
action
enum<string>
可选
枚举值:
end
返回响应
🟢200Webinar plan subscription is missing. Enable webinar for this user once the subscription is added:{userId}.
application/json
Body
object{0}
🟢204Webinar's status updated.
🟠400**HTTP Status Code:** `400`<br>
Bad request<br>
**Error Code:** `1010`<br>
User does not belong to this account:{accountId}.<br>
**Error Code:** `3003`<br>
You are not the meeting host.<br>
**Error Code:** `3063`<br>
Can not end on-premise user's meeting:
🟠404**HTTP Status Code:** `404`<br>
Webinar not found.<br>
**Error Code:** `1001`<br>
User {userId} does not exist or does not belong to this account.<br>
**Error Code:** `3001`<br>
Webinar {webinarId} not found or has expired.<br>