Zoom allows users to recover recordings from trash for up to 30 days from the deletion date. Use this API to recover a single recording file from the meeting. Scopes:recording:write:adminrecording:write Rate Limit Label:Light
请求示例请求示例
Shell
JavaScript
Java
Swift
curl--location--request PUT 'http://api.zoom.us/v2/meetings//recordings//status'
响应示例响应示例
204 - 示例 1
{}
请求参数
Path 参数
Body 参数multipart/form-data
返回响应
🟢204**HTTP Status Code:** `204` <br> Meeting recording recovered.
application/json
Body
🟠400**HTTP Status Code:** `400` <br>
**Error Code:** `1010` <br>
User does not belong to this account: {accountId}.
🟠404**HTTP Status Code:** `404` <br>Meeting recording not found.<br>
**Error Code:** `1001` <br> User {userId} does not exist or does not belong to this account.<br>
**Error Code:** `3301`There is no recording for this meeting.