cURL
curl --request POST \ --url https://api.example.com/api/conversations/{conversation_id}/confirmation_policy \ --header 'Content-Type: application/json' \ --data ' { "policy": { "kind": "AlwaysConfirm" } } '
{ "success": true }
Set the confirmation policy for a conversation.
Payload to set confirmation policy for a conversation.
The confirmation policy to set
Show child attributes
"AlwaysConfirm"
Successful Response
Was this page helpful?