We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a182fe5 commit 73cae22Copy full SHA for 73cae22
Examples/eg007EnvelopeGetDoc.sh
@@ -52,7 +52,6 @@ done
52
53
echo ""
54
echo "Sending the EnvelopeDocuments::get request to DocuSign..."
55
-echo "The document(s) are stored in file ${output_file}${output_file_extension}"
56
57
58
curl --header "Authorization: Bearer {ACCESS_TOKEN}" \
@@ -61,6 +60,7 @@ curl --header "Authorization: Bearer {ACCESS_TOKEN}" \
61
60
--output ${output_file}${output_file_extension}
62
63
+echo "The document(s) are stored in file ${output_file}${output_file_extension}"
64
65
echo "Done."
66
0 commit comments