{ "operationId": "updatePersonExecutiveAlertSettings", "method": "PUT", "path": "/telephony/config/people/{personId}/executive/alert", "summary": "Modify Person Executive Alert Settings", "requestExamples": [ { "contentType": "application/json", "example": { "alertingMode": "SEQUENTIAL", "nextAssistantNumberOfRings": 3, "rolloverEnabled": true, "rolloverAction": "VOICE_MESSAGING", "rolloverForwardToPhoneNumber": "", "rolloverWaitTimeInSecs": 60, "clidNameMode": "EXECUTIVE_ORIGINATOR", "customCLIDName": "John Anderson", "customCLIDNameInUnicode": "John Anderson", "clidPhoneNumberMode": "EXECUTIVE", "customCLIDPhoneNumber": "" } } ], "responseExamples": [] }