{ "operationId": "Modify Sequential Ring Criteria for a Workspace", "method": "PUT", "path": "/telephony/config/workspaces/{workspaceId}/sequentialRing/criteria/{id}", "summary": "Modify Sequential Ring Criteria for a Workspace", "requestExamples": [ { "contentType": "application/json", "example": { "scheduleName": "Business Vacation", "scheduleType": "holidays", "scheduleLevel": "GROUP", "callsFrom": "SELECT_PHONE_NUMBERS", "anonymousCallersEnabled": true, "unavailableCallersEnabled": false, "phoneNumbers": [ "+442071838750", "+442071839751" ], "ringEnabled": true } } ], "responseExamples": [] }