Skip to content

Commit 831cf46

Browse files
author
Balaji Jayaraman
committed
modified Docusign terms
1 parent 2ae079c commit 831cf46

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/eSignature/eg045DeleteRestoreEnvelope.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Delete and Restore an Envelope
22
#
3-
# This script performs two sequential operations on a DocuSign envelope:
3+
# This script performs two sequential operations on a Docusign envelope:
44
# 1. Deletes the envelope by moving it to the Recycle Bin.
55
# 2. Pauses for user confirmation.
66
# 3. Restores the envelope from the Recycle Bin to the Sent Items folder.
@@ -60,7 +60,7 @@ fi
6060

6161
echo ""
6262
echo "Deleting the Envelope with ID: ${envelope_id}"
63-
echo "Sending PUT request to DocuSign..."
63+
echo "Sending PUT request to Docusign..."
6464
echo "Results:"
6565
echo ""
6666

@@ -77,7 +77,7 @@ curl --header "Authorization: Bearer ${ACCESS_TOKEN}" \
7777

7878
echo ""
7979
echo ""
80-
echo "The deleted envelope is now in your DocuSign Recycle Bin."
80+
echo "The deleted envelope is now in your Docusign Recycle Bin."
8181
echo "You can check your web app to confirm the deletion."
8282

8383

@@ -90,7 +90,7 @@ read -p "Press Enter to proceed with restoring the envelope from the Recycle Bin
9090

9191
echo ""
9292
echo "Restoring the Envelope from Recycle Bin to the Sent Items folder."
93-
echo "Sending PUT request to DocuSign..."
93+
echo "Sending PUT request to Docusign..."
9494
echo "Results:"
9595
echo ""
9696

@@ -108,5 +108,5 @@ curl --header "Authorization: Bearer ${ACCESS_TOKEN}" \
108108

109109
echo ""
110110
echo ""
111-
echo "The envelope has been restored and is now in your DocuSign Sent Items folder."
111+
echo "The envelope has been restored and is now in your Docusign Sent Items folder."
112112
echo ""

0 commit comments

Comments
 (0)