update_thread
Update existing Microsoft Teams thread content by providing thread ID and new text. Optionally mention a member to notify them of the change.
Instructions
Update an existing thread with new content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The content to update in the thread | |
| thread_id | Yes | The thread ID as a string in the format '1743086901347' | |
| member_name | No | Member name to mention in the thread |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Message content | |
| thread_id | Yes | Thread ID as a string in the format '1743086901347' | |
| message_id | Yes | Message ID |