{ "operationId": "updateMySelectiveCallForwardingCriteriaSettings", "method": "PUT", "path": "/telephony/config/people/me/settings/selectiveForward/criteria/{id}", "summary": "Modify Settings for a Selective Call Forwarding Criteria", "requestExamples": [ { "contentType": "application/json", "example": { "forwardToPhoneNumber": "+16175550100", "destinationVoicemailEnabled": true, "scheduleName": "Holiday ABC", "scheduleType": "holidays", "scheduleLevel": "LOCATION", "callsFrom": "ANY_PHONE_NUMBER", "anonymousCallersEnabled": false, "unavailableCallersEnabled": true, "forwardEnabled": true } } ], "responseExamples": [] }