{ "operationId": "updateMySequentialRingSettings", "method": "PUT", "path": "/telephony/config/people/me/settings/sequentialRing", "summary": "Modify Sequential Ring Settings for User", "requestExamples": [ { "contentType": "application/json", "example": { "enabled": false, "ringBaseLocationFirstEnabled": true, "baseLocationNumberOfRings": 2, "continueIfBaseLocationIsBusyEnabled": false, "callsToVoicemailEnabled": false, "phoneNumbers": [ { "phoneNumber": "+19075552859", "answerConfirmationRequiredEnabled": true, "numberOfRings": 4 } ] } } ], "responseExamples": [] }