Skip to content

Commit 5e79a08

Browse files
committed
DEVDOCS-10540 adding codeDepot markers
1 parent a450a3d commit 5e79a08

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

app/eSignature/examples/eg006_envelope_docs.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,15 @@ def worker(args):
2323
1. Call the EnvelopeDocuments::list method
2424
"""
2525

26-
# Exceptions will be caught by the calling function
26+
#ds-snippet-start:eSign6Step2
2727
api_client = create_api_client(base_path=args["base_path"], access_token=args["access_token"])
28+
#ds-snippet-end:eSign6Step2
2829

30+
#ds-snippet-start:eSign6Step3
2931
envelope_api = EnvelopesApi(api_client)
30-
# 1. Call the EnvelopeDocuments::list method
32+
# Call the EnvelopeDocuments::list method
3133
results = envelope_api.list_documents(account_id=args["account_id"], envelope_id=args["envelope_id"])
34+
#ds-snippet-end:eSign6Step3
3235

3336
return results
3437

0 commit comments

Comments
 (0)