diff --git a/client-api/pvc-api.py b/client-api/pvc-api.py index 5963a870..be2c59d3 100755 --- a/client-api/pvc-api.py +++ b/client-api/pvc-api.py @@ -1521,7 +1521,7 @@ class API_Network_Root(Resource): { 'name': 'dhcp4_end' } ]) @Authenticator - def post(self): + def post(self, reqargs): """ Create a new network ---