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