Update Custom Status
AuthorizationBearer <token>
In: header
Path Parameters
status_id*Status Id
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X PATCH "https://loading/api/v2/agent-availability/string" \ -H "Content-Type: application/json" \ -d '{ "label": "string" }'{
"allows_assignment": false,
"created_at": "2019-08-24T14:15:22Z",
"emoji": "string",
"id": "string",
"is_system": false,
"key": "string",
"label": "string",
"sort_order": 0
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}