Skip to content

Commit a997ca4

Browse files
update code examples manifest
1 parent 09fc260 commit a997ca4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

launcher-csharp/Notary/Controllers/Neg001SendWithThirdPartyNotaryController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public IActionResult Create(string signerEmail, string signerName)
4646
var accountId = this.RequestItemsService.Session.AccountId;
4747
var envStatus = this.RequestItemsService.Status;
4848

49-
// Call the Examples API method to create and send an envelope via email
49+
// Call the Examples API method to create and send an notary envelope via email
5050
var envelopeId = SendWithThirdPartyNotary.SendWithNotary(signerEmail, signerName, accessToken, basePath, accountId, envStatus);
5151

5252
this.ViewBag.h1 = this.CodeExampleText.ExampleName;

manifest/CodeExamplesManifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2704,8 +2704,8 @@
27042704
{
27052705
"ExampleNumber": 1,
27062706
"CFREnabled": "AllAccounts",
2707-
"ExampleName": "Nan Send an envelope with a remote (email) signer and cc recipient",
2708-
"ExampleDescription": "The envelope includes a pdf, Word, and HTML document. Anchor text(<a target='_blank' href=\"https://developers.docusign.com/docs/esign-rest-api/esign101/concepts/tabs/auto-place/\">AutoPlace</a>) is used to position the signing fields in the documents.",
2707+
"ExampleName": "Send an envelope with third party notary",
2708+
"ExampleDescription": "The envelope includes a HTML document. Anchor text(<a target='_blank' href=\"https://developers.docusign.com/docs/esign-rest-api/esign101/concepts/tabs/auto-place/\">AutoPlace</a>) is used to position the signing fields in the documents.",
27092709
"LinksToAPIMethod": [
27102710
{
27112711
"Path": "https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/",
@@ -2726,7 +2726,7 @@
27262726
]
27272727
}
27282728
],
2729-
"ResultsPageText": "The envelope has been created and sent!<br />Envelope ID {0}."
2729+
"ResultsPageText": "The envelope has been created and sent with third party Notary!<br />Envelope ID {0}."
27302730
}
27312731
]
27322732
}

0 commit comments

Comments
 (0)