update_webex_message
Edit an existing Webex message by providing its ID and updated content in plain text or markdown format.
Instructions
Edit an existing Webex message.
Only the bot or user that sent the original message may edit it. At least one of text or markdown must be provided.
Args: message_id: ID of the message to edit (required) text: New plain text content markdown: New markdown content
Returns: Standardized response dictionary with success/error information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| markdown | No | ||
| message_id | Yes |