Skip to content

Commit a707fca

Browse files
committed
DEVDOCS-10543 - adding codeDepot markers
1 parent d4d4fd4 commit a707fca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/click/examples/eg002_activate_clickwrap.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,11 @@ def worker(args):
4343
3. Update a clickwrap using SDK
4444
"""
4545
# Step 1. Create an API client with headers
46+
#ds-snippet-start:Click2Step2
4647
api_client = create_click_api_client(
4748
access_token=args["access_token"]
4849
)
50+
#ds-snippet-end:Click2Step2
4951

5052
# Step 2. Create a clickwrap request model
5153
#ds-snippet-start:Click2Step3

0 commit comments

Comments
 (0)