Skip to content

Commit 22932c5

Browse files
committed
Updating code examples
1 parent 89341dd commit 22932c5

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

manifest/CodeExamplesManifest.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1687,45 +1687,45 @@
16871687
}
16881688
],
16891689
"ResultsPageText": "NDSE view URL: {0}."
1690-
}
1691-
]
1692-
},
1693-
{
1694-
"ExampleNumber": 45,
1695-
"CFREnabled": "NonCFR",
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.",
1698-
"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>.",
1699-
"LinksToAPIMethod": [
1700-
{
1701-
"Path": "https://developers.docusign.com/docs/esign-rest-api/reference/folders/folders/moveenvelopes/",
1702-
"PathName": "Folders:moveEnvelopes"
1703-
}
1704-
],
1705-
"Forms": [
1690+
},
17061691
{
1707-
"Inputs": [
1692+
"ExampleNumber": 45,
1693+
"CFREnabled": "NonCFR",
1694+
"ExampleName": "Delete and undelete an Envelope",
1695+
"ExampleDescription": "Moves an Envelope to a recycle bin. Then undelete it by moving it to the other folder.",
1696+
"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>.",
1697+
"LinksToAPIMethod": [
1698+
{
1699+
"Path": "https://developers.docusign.com/docs/esign-rest-api/reference/folders/folders/moveenvelopes/",
1700+
"PathName": "Folders:moveEnvelopes"
1701+
}
1702+
],
1703+
"Forms": [
1704+
{
1705+
"Inputs": [
1706+
{
1707+
"InputName": "Envelope ID",
1708+
"InputPlaceholder": "12345678-1234-1234-1234-123456789012"
1709+
},
1710+
{
1711+
"InputName": "Name of the folder to undelete the envelope to (e.g., 'Sent Items')",
1712+
"InputPlaceholder": "Sent Items"
1713+
}
1714+
]
1715+
}
1716+
],
1717+
"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",
1718+
"AdditionalPage": [
17081719
{
1709-
"InputName": "Envelope ID",
1710-
"InputPlaceholder": "12345678-1234-1234-1234-123456789012"
1720+
"Name": "envelope_is_deleted",
1721+
"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"
17111722
},
17121723
{
1713-
"InputName": "Name of the folder to undelete the envelope to (e.g., 'Sent Items')",
1714-
"InputPlaceholder": "Sent Items"
1724+
"Name": "folder_does_not_exist",
1725+
"ResultsPageText": "ERROR: Could not find a folder with the name \"{0}\". Please check the spelling."
17151726
}
17161727
]
17171728
}
1718-
],
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",
1720-
"AdditionalPage": [
1721-
{
1722-
"Name": "envelope_is_deleted",
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."
1728-
}
17291729
]
17301730
}
17311731
]

0 commit comments

Comments
 (0)