From e29405c1ed3360ed3f36fc76946c888dc2d7fe0a Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 27 Dec 2019 12:18:01 -0500 Subject: [PATCH] Add missing argument to net_modify --- client-api/pvc-api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/client-api/pvc-api.py b/client-api/pvc-api.py index 3429c164..cf23f100 100755 --- a/client-api/pvc-api.py +++ b/client-api/pvc-api.py @@ -1733,6 +1733,7 @@ class API_Network_Element(Resource): id: Message """ return api_helper.net_modify( + vni, reqargs.get('description', None), reqargs.get('domain', None), reqargs.get('name_servers', None),