Skip to content

Commit 491002d

Browse files
authored
add 2nd API method
1 parent e65f572 commit 491002d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/views/e_sign/eg039_signing_in_person/get.html.erb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
<% end %>
77

88
<p>API methods used:
9-
<a target='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes::create</a>.
9+
<a target='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes::create</a> and
10+
<a target='_blank' href="https://https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopeviews/createrecipient/">EnvelopeViews::createRecipient</a>.
1011
</p>
1112
<p>
1213
View source file <a target="_blank" href="<%= @source_url %>"><%= @source_file %></a> on GitHub.
@@ -19,4 +20,4 @@
1920
</div>
2021

2122
<button type="submit" class="btn btn-docu">Submit</button>
22-
</form>
23+
</form>

0 commit comments

Comments
 (0)