UpdateChat
Modifies properties of a Teams chat, such as adding participants or changing the topic name.
Input
| Name | Type | Required | Description |
| ChatId | String | True | Unique identifier of the chat to be updated. Required to locate the chat instance. |
| Topic | String | True | New title for the chat. This value can only be set if the chat is a group chat, not a one-on-one conversation. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the chat update operation was successful. Returns true if the update completed without errors. |