{ "operationId": "updateMyCallNotifyCriteriaSettings", "method": "PUT", "path": "/telephony/config/people/me/settings/callNotify/criteria/{id}", "summary": "Modify a Call Notify 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": [] }