{ "operationId": "modifyCriteriaForUserSelectiveCallRejectionService", "method": "PUT", "path": "/telephony/config/people/{personId}/selectiveReject/criteria/{id}", "summary": "Modify a Criteria for the User\u2019s Selective Call Rejection Service", "requestExamples": [ { "contentType": "application/json", "example": { "scheduleName": "demo_schedule", "scheduleType": "businessHours", "scheduleLevel": "PEOPLE", "callsFrom": "FORWARDED", "anonymousCallersEnabled": false, "unavailableCallersEnabled": true, "phoneNumbers": [ "+12056350001" ], "rejectEnabled": false } } ], "responseExamples": [] }