{ "operationId": "Update Call Park settings", "method": "PUT", "path": "/telephony/config/locations/{locationId}/callParks/settings", "summary": "Update Call Park settings", "requestExamples": [ { "contentType": "application/json", "example": { "callParkRecall": { "huntGroupId": "Y2lzY29zcGFyazovL3VzL0hVTlRfR1JPVVAvZEdWamFHNXBZMkZzTFhOMWNIQnZjblF0TlRVMU9EWTNOVE13T1VCbmJXRnBiQzVqYjIwPQ", "huntGroupName": "Technical Support Group - 5558675309", "option": "ALERT_HUNT_GROUP_ONLY" }, "callParkSettings": { "ringPattern": "NORMAL", "recallTime": 45, "huntWaitTime": 45 } } } ], "responseExamples": [] }