update_conversation
Update a conversation's status by starring or unstarring, assigning to a user, or setting unread count to mark as read.
Instructions
Update a conversation (star/unstar, assign to user, mark as read)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| starred | No | Star or unstar the conversation | |
| assignedTo | No | User ID to assign the conversation to | |
| unreadCount | No | Set the unread count (0 to mark as read) | |
| conversationId | Yes | The conversation ID to update |