{ "operationId": "Modify an Operating Mode Holiday", "method": "PUT", "path": "/telephony/config/operatingModes/{modeId}/holidays/{holidayId}", "summary": "Modify an Operating Mode Holiday", "requestExamples": [ { "contentType": "application/json", "example": { "name": "Christmas", "allDayEnabled": true, "startDate": "2024-12-25", "endDate": "2024-12-26", "startTime": "09:00", "endTime": "17:00", "recurrence": { "recurYearlyByDay": { "day": "TUESDAY", "week": "FIRST", "month": "JANUARY" } } } } ], "responseExamples": [] }