curl--location--request PUT 'http://api.zoom.us/v2/meetings//status'
响应示例响应示例
204 - 示例 1
{}
请求参数
Path 参数
Body 参数multipart/form-data
返回响应
🟢204**HTTP Status Code:** `204`<br>
Meeting updated.
application/json
Body
🟠400**HTTP Status Code:** `400`<br>
**Error Code:** `1010`<br>
User does not belong to this account: {accountId}.
**Error Code:** `3000`<br>
Cannot access meeting info.
**Error Code:** `3003`<br>
You're not the meeting host.
**Error Code:** `3063`<br>
Can not
🟠404**HTTP Status Code:** `404`<br>
Meeting not found.<br>
**Error Code:** `1001`<br>
Meeting host does not exist: {userId}.