{ "operationId": "modifyCriteriaForUserSelectiveCallForwardingService", "method": "PUT", "path": "/telephony/config/people/{personId}/selectiveForward/criteria/{id}", "summary": "Modify a Criteria for the User\u2019s Selective Call Forwarding Service", "requestExamples": [ { "contentType": "application/json", "example": { "forwardToPhoneNumber": "+19867512340", "sendToVoicemailEnabled": false, "scheduleName": "demo_schedule1", "scheduleType": "businessHours", "scheduleLevel": "PEOPLE", "callsFrom": "ANY_PHONE_NUMBER", "anonymousCallersEnabled": false, "unavailableCallersEnabled": false, "phoneNumbers": [ "+19867512341", "+19867512345" ], "forwardEnabled": false } } ], "responseExamples": [] }