{ "operationId": "Update VoicePortal", "method": "PUT", "path": "/telephony/config/locations/{locationId}/voicePortal", "summary": "Update VoicePortal", "requestExamples": [ { "contentType": "application/json", "example": { "name": "Voice Portal Name", "languageCode": "en_us", "extension": 5678, "firstName": "John", "lastName": "Brown", "passcode": { "newPasscode": "135668", "confirmPasscode": "135668" }, "directLineCallerIdName": { "selection": "CUSTOM_NAME", "customName": "Hakim Smith" }, "dialByName": "Hakim Smith" } } ], "responseExamples": [] }