Update a closure set
PATCH {{baseUrl}}/contact_center/closures/:closureSetId
Update information about a closure set.
Scopes:
contact_center_operating_hours:write:admin
Rate Limit Label
:
LIGHT
Request Body
{"closure_set_name"=>"<string>", "closures"=>[{"closure_id"=>"<string>", "closure_name"=>"<string>", "closure_hour_type"=>2, "start_time"=>"<string>", "end_time"=>"<string>", "recurring_frequency"=>0, "recurring_frequency_type"=>2, "recurring_month"=>2, "recurring_week_interval"=>"<integer>", "recurring_days_of_week"=>["<string>", "<string>"], "to_delete"=>"<boolean>"}, {"closure_id"=>"<string>", "closure_name"=>"<string>", "closure_hour_type"=>1, "start_time"=>"<string>", "end_time"=>"<string>", "recurring_frequency"=>1, "recurring_frequency_type"=>2, "recurring_month"=>3, "recurring_week_interval"=>"<integer>", "recurring_days_of_week"=>["<string>", "<string>"], "to_delete"=>"<boolean>"}], "timezone"=>"<string>", "closure_set_description"=>"<string>", "account_default"=>"<boolean>"}
HEADERS
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
RESPONSES
status: ``