From 33e5dcd5e805904643ac710f31da13a22fdf3ba5 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 27 Dec 2019 12:12:07 -0500 Subject: [PATCH] Add missing reqargs to network put --- client-api/pvc-api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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