Office -- PATCH Updates an officeAsk AIpatch https://dialpad.com/api/v2/offices/{id}Rate limit: 1200 per minute.Path Paramsidint64requiredThe office's id.Body Paramsfriday_hoursarray of strings | nullThe Friday hours of operation. Default value is ["08:00", "18:00"].friday_hoursADD stringhours_onboolean | nullThe time frame when the department wants to receive calls. Default value is false, which means the call center will always take calls (24/7).truefalsemonday_hoursarray of strings | nullThe Monday hours of operation. To specify when hours_on is set to True. e.g. ["08:00", "12:00", "14:00", "18:00"] => open from 8AM to Noon, and from 2PM to 6PM. Default value is ["08:00", "18:00"].monday_hoursADD stringsaturday_hoursarray of strings | nullThe Saturday hours of operation. Default is empty array.saturday_hoursADD stringsunday_hoursarray of strings | nullThe Sunday hours of operation. Default is empty array.sunday_hoursADD stringthursday_hoursarray of strings | nullThe Thursday hours of operation. Default value is ["08:00", "18:00"].thursday_hoursADD stringtuesday_hoursarray of strings | nullThe Tuesday hours of operation. Default value is ["08:00", "18:00"].tuesday_hoursADD stringwednesday_hoursarray of strings | nullThe Wednesday hours of operation. Default value is ["08:00", "18:00"].wednesday_hoursADD stringResponse 200A successful responseUpdated 4 months ago