Skip to content

Commit 588cbbd

Browse files
authored
sync some wording with Code example launchers page
1 parent 8368dba commit 588cbbd

1 file changed

Lines changed: 11 additions & 15 deletions

File tree

app/templates/home.html

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ <h4 id="example012">12. <a href="eg012">Embedded DocuSign web tool</a></h4>
129129
<a target ='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopeviews/createconsole/">EnvelopeViews::createConsole</a>.
130130
</p>
131131

132-
<h4 id="example013">13. <a href="eg013">Use embedded Signing from a template with an added document</a></h4>
132+
<h4 id="example013">13. <a href="eg013">Use embedded signing from a template with an added document</a></h4>
133133
<p>This example sends an envelope based on a template.</p>
134134
<p>In addition to the template's document(s), the example adds an
135135
additional document to the envelope by using the
@@ -140,7 +140,7 @@ <h4 id="example013">13. <a href="eg013">Use embedded Signing from a template wit
140140
<a target ='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopeviews/createrecipient/">EnvelopeViews::createRecipient</a>.
141141
</p>
142142

143-
<h2>Payments Example</h2>
143+
<h2>Payments</h2>
144144
<h4 id="example014">14. <a href="eg014">Send an envelope with an order form and payment field</a></h4>
145145
<p>Anchor text
146146
(<a target ='_blank' href="https://developers.docusign.com/docs/esign-rest-api/esign101/concepts/tabs/auto-place/">AutoPlace</a>)
@@ -150,9 +150,7 @@ <h4 id="example014">14. <a href="eg014">Send an envelope with an order form and
150150
<a target ='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes::create</a>.
151151
</p>
152152

153-
154-
155-
<h2>Tabs Examples</h2>
153+
<h2>Tabs</h2>
156154
<h4 id="example015">15. <a href="eg015">Get the tab data from an envelope</a></h4>
157155
<p>This example retrieves the <strong>tab</strong> (<a target="_blank" href="https://developers.docusign.com/docs/esign-rest-api/esign101/concepts/tabs/">field</a>) values from an envelope.</p>
158156
<p>
@@ -163,7 +161,7 @@ <h4 id="example015">15. <a href="eg015">Get the tab data from an envelope</a></h
163161
<h4 id="example016">16. <a href="eg016">Set tab values for an envelope</a></h4>
164162
<p>This example sets the tab (field) values for an envelope including tabs that can and cannot be changed by the signer.</p>
165163
<p>
166-
API method used:
164+
API methods used:
167165
<a target='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes::create</a> and
168166
<a target ='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopeviews/createrecipient/">EnvelopeViews::createRecipient</a>.
169167
</p>
@@ -176,17 +174,15 @@ <h4 id="example017">17. <a href="eg017">Set template tab values</a></h4>
176174
<a target ='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopeviews/createrecipient/">EnvelopeViews::createRecipient</a>.
177175
</p>
178176

179-
<h4 id="example018">18. <a href="eg018">List envelope custom metadata field values</a></h4>
177+
<h4 id="example018">18. <a href="eg018">Get envelope custom tab values</a></h4>
180178
<p>This example lists the envelope's custom metadata field values.</p>
181179
<p>
182180
API method used:
183181
<a target='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopecustomfields/list/">EnvelopeCustomFields::list</a>.
184-
</p>
185-
186-
182+
</p>
187183

188184
<h2>Recipient Authentication</h2>
189-
<h4 id="example019">19. <a href="eg019">Send an envelope with Access Code Recipient Authentication</a></h4>
185+
<h4 id="example019">19. <a href="eg019">Require access code authentication for a recipient</a></h4>
190186

191187
<p>
192188
Submit an envelope with an access code for multi-factor authentication.
@@ -196,7 +192,7 @@ <h4 id="example019">19. <a href="eg019">Send an envelope with Access Code Recipi
196192
<a target='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes::create</a>.
197193
</p>
198194

199-
<h4 id="example020">20. <a href="eg020">Require Phone Authentication for a Recipient</a></h4>
195+
<h4 id="example020">20. <a href="eg020">Require phone authentication for a recipient</a></h4>
200196

201197

202198
<p>
@@ -207,7 +203,7 @@ <h4 id="example020">20. <a href="eg020">Require Phone Authentication for a Recip
207203
<a target='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes:create</a>.
208204
</p>
209205

210-
<h4 id="example022">22. <a href="eg022">Send an envelope with Recipient Knowledged Based Authentication</a></h4>
206+
<h4 id="example022">22. <a href="eg022">Require knowledge-based authentication (KBA) for a recipient</a></h4>
211207

212208
<p>
213209
Submit an envelope with multiple choice, public records based questions to provide multi-factor authentication.
@@ -217,7 +213,7 @@ <h4 id="example022">22. <a href="eg022">Send an envelope with Recipient Knowledg
217213
<a target='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes::create</a>.
218214
</p>
219215

220-
<h4 id="example023">23. <a href="eg023">Send an envelope with ID Verification Authentication</a></h4>
216+
<h4 id="example023">23. <a href="eg023">Require ID verification (IDV) for a recipient</a></h4>
221217

222218
<p>
223219
Submit an envelope that requires verification of a government issued identity.
@@ -347,7 +343,7 @@ <h4 id="example034">34. <a href="eg034">Using conditional
347343
<a target='_blank'
348344
href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes::create</a>.
349345
</p>
350-
<h2>Premium Features</h2>
346+
<h2>Premium features</h2>
351347
<h4 id="example035">35. <a href="eg035">Sending via SMS delivery</a></h4>
352348
<p>
353349
This example demonstrates how to send a signature request for a signer (and CC) to read and sign via an SMS message.

0 commit comments

Comments
 (0)