POST /api/conversations/{conversation_id}/events/respond_to_confirmation
Accept or reject a pending action in confirmation mode.
Parameters
| Name | In | Type | Required | Description |
|---|
conversation_id | path | string | yes | — |
Request body
| Field | Type | Required | Description |
|---|
accept | boolean | yes | — |
reason | string | no | — |
Responses
| Status | Description |
|---|
200 | Successful Response |
404 | Item not found |
422 | Validation Error |
Response body
| Field | Type | Required | Description |
|---|
success | boolean | no | — |
Operation ID: respond_to_confirmation_api_conversations__conversation_id__events_respond_to_confirmation_post