{ "operationId": "Update Location Outgoing Permission", "method": "PUT", "path": "/telephony/config/locations/{locationId}/outgoingPermission", "summary": "Update Location Outgoing Permission", "requestExamples": [ { "contentType": "application/json", "example": { "callingPermissions": [ { "callType": "INTERNAL_CALL", "action": "ALLOW", "transferEnabled": true }, { "callType": "NATIONAL", "action": "ALLOW", "transferEnabled": true } ] } } ], "responseExamples": [] }