channels
Patch a channel
Partially update a channel by providing only the fields you want to update. Omitted fields will not be updated. The fields that can be updated are defined in the request body, all other provided fields will be ignored.
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.
put/api/v4/channels/{channel_id}/patch
Path parameters
channel_idstring required
Channel GUID
Request body
Response
Channel patch successful
Changes
No recorded changes to this endpoint across all 1 revision of this API.