cURL
curl --request PATCH \ --url http://localhost:3000/api/agents/{id}/resolution-criteria/{criterionId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "label": "Customer confirms payment date", "description": "<string>" } '
{ "id": "<string>", "agentId": "<string>", "label": "<string>", "description": "<string>", "position": 123, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Agent ID
Criterion ID
Short label for the resolution criterion
255
"Customer confirms payment date"
Detailed description of what constitutes meeting this criterion
Resolution criterion updated
Label
Description
Display position
Created at
Updated at