We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 423e870 commit b757f36Copy full SHA for b757f36
app/click/examples/eg002_activate_clickwrap/controller.py
@@ -36,7 +36,7 @@ def worker(args):
36
account_id=args["account_id"],
37
clickwrap_id=args["clickwrap_id"],
38
clickwrap_request=clickwrap_request,
39
- version_number="1"
+ version_id="1"
40
)
41
42
return response
0 commit comments