patch https://api.clickup.com/api/v3/workspaces//chat/messages/
This endpoint updates a message.
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
This endpoint updates a message.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request PATCH \
--url https://api.clickup.com/api/v3/workspaces/workspace_id/chat/messages/message_id \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"content_format": "text/md"
}
'
Try It!
to start a request and see the response here! Or choose an example: