patch https://api.clickup.com/api/v3/workspaces//chat/channels/
This endpoint updates a single Channel.
Log in to see full request history
Responses
This endpoint updates a single Channel.
xxxxxxxxxx
12curl --request PATCH \
--url https://api.clickup.com/api/v3/workspaces/workspace_id/chat/channels/channel_id \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"content_format": "text/md",
"location": {
"type": "folder"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: