Pause conversation
POST /api/conversations/{conversation_id}/pause
Pause a conversation, allowing it to be resumed later.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
conversation_id | path | string | yes | — |
Responses
| Status | Description |
|---|---|
200 | Successful Response |
404 | Item not found |
422 | Validation Error |
Response body
| Field | Type | Required | Description |
|---|---|---|---|
success | boolean | no | — |
Operation ID: pause_conversation_api_conversations__conversation_id__pause_post