Update Queue

PUT https://{{axpAPIDomain}}/api/admin/match/v1/accounts/:accountId/queues/:queueId

Updates a queue.

This is an entire replacement of the existing queue.

Request Body

{"name"=>"EMEA Sales", "description"=>"Route enagements to sales agents in the EMEA Region", "timetableId"=>"28002f8e-c952-428c-b67f-5a6a4dc96260"}

HEADERS

KeyDatatypeRequiredDescription
appkeystring
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"queueId":"689e0f6b-1d27-42a9-af19-9d0b244af0b3","name":"EMEA Sales","description":"Route enagements to sales agents in the EMEA Region","timetableId":"28002f8e-c952-428c-b67f-5a6a4dc96260","defaultAccountQueue":false}