{ "operationId": "updateMyPriorityAlertCriteriaSettings", "method": "PUT", "path": "/telephony/config/people/me/settings/priorityAlert/criteria/{id}", "summary": "Modify Settings for a Priority Alert Criteria", "requestExamples": [ { "contentType": "application/json", "example": { "scheduleName": "Holiday V2", "scheduleType": "holidays", "scheduleLevel": "LOCATION", "callsFrom": "SELECT_PHONE_NUMBERS", "anonymousCallersEnabled": true, "unavailableCallersEnabled": true, "notificationEnabled": false, "phoneNumbers": [ "+16177817766" ] } } ], "responseExamples": [] }