messages_update
Update an existing message by providing its ID and the new message object. Modify or replace fields in a previously created message.
Instructions
Update an existing message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| messageId | Yes | The ID of the message to update | |
| message | Yes | The updated message object |