clickup_update_chat_message
Update a chat message's content, assignee, or resolved state. Send only the fields you want to change.
Instructions
Edit a Chat message's content, assignee, or resolved state.
Send only the fields you want to change; resolved is a top-level
body field (not part of post_data).
When to Use:
To fix a message's text, (re)assign it, or mark a post resolved/unresolved.
When NOT to Use:
To remove a message entirely — use
clickup_delete_chat_message.To react to it — use
clickup_add_chat_reaction.
Returns: A confirmation naming the message and the fields changed.
Examples:
params = {"message_id": "abc123", "content": "edited text"}
params = {"message_id": "abc123", "resolved": true}
Error Handling:
404 → unknown message id. Errors return an Error ... string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |