Skip to content

Commit 899eab4

Browse files
committed
Update Examples/eg001EmbeddedSigning.sh
1 parent f4e9bff commit 899eab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/eg001EmbeddedSigning.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ printf \
8282
curl --header "Authorization: Bearer {ACCESS_TOKEN}" \
8383
--header "Content-Type: application/json" \
8484
--data-binary @${request_data} \
85-
--request POST https://demo.docusign.net/restapi/v2/accounts/{ACCOUNT_ID}/envelopes
85+
--request POST https://demo.docusign.net/restapi/v2/accounts/{ACCOUNT_ID}/envelopes \
8686
--output ${response}
8787

8888
echo ""

0 commit comments

Comments
 (0)