clickup_chat_message_update
Edit the body of an existing ClickUp Chat message by providing the message ID and replacement text. The new text fully replaces the original content.
Instructions
Edit the body of an existing ClickUp Chat message. Only the author (or a workspace admin) can edit a message; others will get a 403. The supplied text replaces the existing body entirely. Returns the updated message object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_id | Yes | ID of the message to edit. Obtain from clickup_chat_message_list (field: id) or clickup_chat_reply_list. | |
| team_id | No | Workspace (team) ID. Obtain from clickup_workspace_list (field: id). Omit to use the default workspace from config. | |
| text | Yes | Replacement body for the message. Markdown, emoji, and @mentions supported. Overwrites the existing body entirely. |