Update a channel
PUT/api/v4/channels/:channel_id
Update a channel. The fields that can be updated are listed as parameters. Omitted fields will be treated as blanks.
Permissions
If updating a public channel, manage_public_channel_members permission is required. If updating a private channel, manage_private_channel_members permission is required.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Channel update successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Resource not found