haops_edit_message
Edit an existing message in a discussion thread to correct typos or update information. Only the message author can make changes.
Instructions
Edit an existing message in a discussion thread. Only the message author can edit. Useful for correcting typos or updating information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | New message content. Markdown formatting is recommended. | |
| verbose | No | If true, return the full API response instead of the compact summary (default: false) | |
| messageId | Yes | UUID of the message to edit | |
| contentType | No | Content format (optional, default: markdown) | |
| projectSlug | Yes | The project slug (URL identifier) | |
| discussionId | Yes | UUID of the discussion thread |