Zoom chat channels allow users to communicate via chat in private or public channels. Use this API to update the name of a specific channel created by a user.
Scope:chat_channel:write:admin Rate Limit Label:Medium Note: For an account-levelOAuth app, this API can only be used on behalf of a user who is assigned with a role that has Edit permission for Chat Channel.
Unique Identifier of the Zoom user who is the owner of the channel.
Body 参数multipart/form-data
name
string
必需
A new name for the channel.
返回响应
🟢204**Status Code:** `204`
Channel updated.
application/json
Body
No schema defined
🟠400**Status Code:** `400`<br>
Bad request<br>
**Error Code:** `200`<br>
Unauthorized request. You do not have permission to update a channel for this user.<br>
**Error Code:** `5301`<br>
Request to update a channel failed.