Update Custom Ticket Status
PUT {{baseUrl}}/api/v2/custom_statuses/:custom_status_id
Takes a custom_status
object that specifies the properties to update.
Allowed For
- Admins
Request Body
{"custom_status"=>{"active"=>"<boolean>", "agent_label"=>"<string>", "description"=>"<string>", "end_user_description"=>"<string>", "end_user_label"=>"<string>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"custom_status":{"active":true,"agent_label":"Responding quickly","created_at":"2021-07-20T22:55:29.000Z","default":false,"description":"Customer needs a response quickly","end_user_description":"Your ticket is being responded to","end_user_label":"Urgent processing","id":35436,"raw_agent_label":"Responding quickly","raw_description":"Customer needs a response quickly","raw_end_user_description":"Your ticket is being responded to","raw_end_user_label":"Urgent processing","status_category":"open","updated_at":"2021-07-20T22:55:29.000Z"}}