{ "operationId": "Modify Sequential Ring Settings for a Workspace", "method": "PUT", "path": "/telephony/config/workspaces/{workspaceId}/sequentialRing", "summary": "Modify Sequential Ring Settings for a Workspace", "requestExamples": [ { "contentType": "application/json", "example": { "enabled": true, "ringBaseLocationFirstEnabled": true, "baseLocationNumberOfRings": "2", "continueIfBaseLocationIsBusyEnabled": true, "callsToVoicemailEnabled": true, "phoneNumbers": [ { "phoneNumber": "+442071838750", "answerConfirmationRequiredEnabled": true, "numberOfRings": 3 } ] } } ], "responseExamples": [] }