We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4d4fd4 commit a707fcaCopy full SHA for a707fca
app/click/examples/eg002_activate_clickwrap.py
@@ -43,9 +43,11 @@ def worker(args):
43
3. Update a clickwrap using SDK
44
"""
45
# Step 1. Create an API client with headers
46
+ #ds-snippet-start:Click2Step2
47
api_client = create_click_api_client(
48
access_token=args["access_token"]
49
)
50
+ #ds-snippet-end:Click2Step2
51
52
# Step 2. Create a clickwrap request model
53
#ds-snippet-start:Click2Step3
0 commit comments