Update message
update_messageUpdate an existing message's text, context, notification flag or alert level by id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Id of the message to update. | |
| text | No | New message body text. | |
| alert | No | Alert level/label. | |
| contextid | No | Id of the related entity (e.g. an expense/invoice/file id). | |
| contexttype | No | Kind of entity `contextid` refers to. | |
| notification | No | Whether this surfaces as a notification. |