diff --git a/client-api/pvc-api.py b/client-api/pvc-api.py index 3f9c2b26..551a53a9 100755 --- a/client-api/pvc-api.py +++ b/client-api/pvc-api.py @@ -1667,7 +1667,7 @@ class API_Network_Element(Resource): { 'name': 'dhcp4_end' } ]) @Authenticator - def put(self, vni): + def put(self, vni, reqargs): """ Update details of network {vni} Note: A network's type cannot be changed; the network must be removed and recreated as the new type