Properly pass reqargs to script put()
This commit is contained in:
parent
e0dfda3ff6
commit
a7a2ace5ae
|
@ -4887,7 +4887,7 @@ class API_Provisioner_Script_Element(Resource):
|
||||||
{ 'name': 'data', 'required': True, 'helpmsg': "A script document must be specified" }
|
{ 'name': 'data', 'required': True, 'helpmsg': "A script document must be specified" }
|
||||||
])
|
])
|
||||||
@Authenticator
|
@Authenticator
|
||||||
def put(self, script):
|
def put(self, script, reqargs):
|
||||||
"""
|
"""
|
||||||
Update script {script}
|
Update script {script}
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in New Issue