update_chat_message
Edit a ClickUp chat message's content and mark it resolved or reopen it. Only the fields you provide are updated.
Instructions
Edit a Chat message's content and/or mark it resolved (ClickUp Chat v3). Only the provided fields change. Returns the updated message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. | |
| message_id | Yes | ID of the message to edit. | |
| content | No | New message body. Omit to keep current. | |
| content_format | No | Format of `content`: 'text/md' (markdown) or 'text/plain'. | |
| resolved | No | Set true to mark the message resolved, false to reopen it. |