resolve_conversation
Resolve a support conversation to mark it as closed. Idempotent operation returns the updated status without changing already-closed conversations.
Instructions
Mark a support conversation resolved (status='closed') and return the updated status. Idempotent — resolving an already-closed conversation is a no-op, and a later visitor message reopens it. Resolve the conversation_id first with list_conversations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| conversation_id | Yes | Conversation id, from list_conversations. |