{ "operationId": "updateHuntGroup", "method": "PUT", "path": "/telephony/config/locations/{locationId}/huntGroups/{huntGroupId}", "summary": "Update a Hunt Group", "requestExamples": [ { "contentType": "application/json", "example": { "name": "5714328359", "phoneNumber": "+15558675309", "extension": "7781", "firstName": "Hakim", "lastName": "Smith", "callPolicies": { "policy": "UNIFORM", "waitingEnabled": false, "groupBusyEnabled": true, "allowMembersToControlGroupBusyEnabled": true, "noAnswer": { "nextAgentEnabled": false, "nextAgentRings": 5, "forwardEnabled": false, "numberOfRings": 0, "destinationVoicemailEnabled": false }, "busyRedirect": { "enabled": true, "destination": "7037344404", "destinationVoicemailEnabled": false }, "businessContinuityRedirect": { "enabled": true, "destination": "7037344405", "destinationVoicemailEnabled": false } }, "agents": [ { "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS82YTUwMDk1YS1mZjlmLTExZWItODA2NS04ZjhkOWIxNmIzOTQ" }, { "id": "Y2lzY29zcGFyazovL3VzL1BMQUNFLzg0YjQ1OTIyLWZmOWYtMTFlYi1hNGI4LTMzNjI3YmVkNjdiNQ" } ], "enabled": true, "huntGroupCallerIdForOutgoingCallsEnabled": true, "directLineCallerIdName": { "selection": "CUSTOM_NAME", "customName": "Hakim Smith" }, "dialByName": "Hakim Smith" } } ], "responseExamples": [] }