We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b9790d commit a26c47eCopy full SHA for a26c47e
app/eSignature/examples/eg020_phone_authentication.py
@@ -103,7 +103,7 @@ def worker(args):
103
#ds-snippet-end:eSign20Step4
104
105
# Call the eSignature REST API
106
- #ds-snippet-start:eSign20Step4
+ #ds-snippet-start:eSign20Step5
107
envelopes_api = EnvelopesApi(api_client)
108
results = envelopes_api.create_envelope(account_id=args["account_id"], envelope_definition=envelope_definition)
109
#ds-snippet-end:eSign20Step5
0 commit comments