Skip to content

Commit 86b68d9

Browse files
committed
added new texts to manifest
1 parent f2ed2b5 commit 86b68d9

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

manifest/CodeExamplesManifest.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1693,8 +1693,8 @@
16931693
{
16941694
"ExampleNumber": 45,
16951695
"CFREnabled": "NonCFR",
1696-
"ExampleName": "Delete and Restore an Envelope",
1697-
"ExampleDescription": "Moves an Envelope to a recycling bin. Then restores it by moving it to the Sent folder.",
1696+
"ExampleName": "Delete and undelete an Envelope",
1697+
"ExampleDescription": "Moves an Envelope to a recycle bin. Then undelete it by moving it to the other folder.",
16981698
"Notes": "<b>Note:</b> To know your envelope ID, see <a target='_blank' href=\"https://support.docusign.com/s/articles/Where-do-I-find-my-envelope-ID\">Locate a Docusign envelope ID</a>.",
16991699
"LinksToAPIMethod": [
17001700
{
@@ -1708,15 +1708,23 @@
17081708
{
17091709
"InputName": "Envelope ID",
17101710
"InputPlaceholder": "12345678-1234-1234-1234-123456789012"
1711+
},
1712+
{
1713+
"InputName": "Name of the folder to undelete the envelope to (e.g., 'Sent Items')",
1714+
"InputPlaceholder": "Sent Items"
17111715
}
17121716
]
17131717
}
17141718
],
1715-
"ResultsPageText": "Envelope is restored to the <a target='_blank' href=\"https://apps-d.docusign.com/send/documents?view=sent\">Sent</a> folder",
1719+
"ResultsPageText": "Envelope with ID \"{0}\" is undeleted to the <a target='_blank' href=\"https://apps-d.docusign.com/send/documents?view={1}\">{2}</a> folder",
17161720
"AdditionalPage": [
17171721
{
17181722
"Name": "envelope_is_deleted",
1719-
"ResultsPageText": "Envelope is deleted and available in the <a target='_blank' href=\"https://apps-d.docusign.com/send/documents?view=deleted\">Deleted</a> folder."
1723+
"ResultsPageText": "Envelope with ID \"{0}\" is deleted and available in the <a target='_blank' href=\"https://apps-d.docusign.com/send/documents?view=deleted\">Deleted</a> folder.<br/>To undelete the Envelope, press Continue and follow instructions"
1724+
},
1725+
{
1726+
"Name": "folder_does_not_exist",
1727+
"ResultsPageText": "ERROR: Could not find a folder with the name \"{0}\". Please check the spelling."
17201728
}
17211729
]
17221730
}

0 commit comments

Comments
 (0)