{ "operationId": "modifyMySingleNumberReachContactSettings", "method": "PUT", "path": "/telephony/config/people/me/settings/singleNumberReach/numbers/{phoneNumberId}", "summary": "Modify User's Single Number Reach Contact Settings", "requestExamples": [ { "contentType": "application/json", "example": { "phoneNumber": "+19075552859", "name": "John", "enabled": true, "doNotForwardCallsEnabled": true, "answerConfirmationEnabled": false } } ], "responseExamples": [] }