Add missing reqargs to network put

This commit is contained in:
Joshua Boniface 2019-12-27 12:12:07 -05:00
parent 4a0806d23e
commit 33e5dcd5e8
1 changed files with 1 additions and 1 deletions

View File

@ -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