Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Commit

Permalink
Add note that the new method is for embedded workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jyoung488 committed Jan 3, 2019
1 parent 7466c00 commit a96a753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hello_sign/api/signature_request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ def bulk_send_with_template(opts)
HelloSign::Resource::BulkSendJob.new post('/signature_request/bulk_send_with_template', body: opts)
end

# Creates a BulkSendJob based off of the Template specified with the template_id parameter.
# Creates an embedded BulkSendJob based off of the Template specified with the template_id parameter.
# @option opts [Boolean] test_mode Indicates if this is a test BulkSendJob, its SignatureRequests will not be legally binding if set to 1. Defaults to 0. (optional)
# @option opts [String] template_id The Template ID to use when creating the SignatureRequest.
# * Use template_ids[%i%] if using multiple templates, replacing %i% with an integer to indicate the order of the Templates
Expand Down

0 comments on commit a96a753

Please sign in to comment.