update_conversation
Modify conversation details including status, priority, assignment, title, or category in the Cuti-E admin system to manage user feedback and support interactions.
Instructions
Update conversation status, priority, assignment, title, or category.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| conversation_id | Yes | The conversation ID to update | |
| status | No | New status: open, in_progress, waiting_user, waiting_admin, resolved, closed | |
| priority | No | New priority: low, normal, high, urgent | |
| assigned_admin_id | No | Admin ID to assign, or null to unassign | |
| title | No | New conversation title | |
| category | No | New category: bug, feature, question, feedback, other |