Logo
Zoom Public API Documentation

Update a queue's operating hours

PATCH {{baseUrl}}/contact_center/queues/:queueId/operating_hours

Update a queue's operating hours.

Scopes: contact_center_queue:write:admin

Rate Limit Label: LIGHT

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PATCH 'https://api.zoom.us/v2/contact_center/queues/:queueId/operating_hours' -H 'Content-Type: application/json' -d '{"account_default_business_hour":"\u003cboolean\u003e","operating_hours_business_hour_id":"\u003cstring\u003e","account_default_closure_set":"\u003cboolean\u003e","operating_hours_closure_set_id":"\u003cstring\u003e"}'

ENDPOINTS