cURL
curl --request PATCH \ --url https://api.us.poly.ai/v1/agents/{agentId}/branches/{branchId}/behavior \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "behavior": "<string>" } '
{ "behavior": "<string>" }
1
Updated behavior rules
Was this page helpful?