Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.example.com/api/conversations/{conversation_id}/events/respond_to_confirmation \ --header 'Content-Type: application/json' \ --data ' { "accept": true, "reason": "User rejected the action." } '
{ "success": true }
Accept or reject a pending action in confirmation mode.
Payload to accept or reject a pending action.
Successful Response
Was this page helpful?