lib/hello_sign/api/unclaimed_draft.rb in hellosign-ruby-sdk-3.0.7 vs lib/hello_sign/api/unclaimed_draft.rb in hellosign-ruby-sdk-3.0.9
- old
+ new
@@ -44,10 +44,14 @@
# unclaimed_draft = @client.create_unclaimed_draft(
# :test_mode => 1,
# :type => 'request_signature',
# :subject => 'The NDA we talked about',
# :message => 'Please sign this NDA and then we can discuss more. Let me know if you have any questions.',
+ # :metadata => {
+ # :client_id => '1234',
+ # :custom_text => 'NDA #9'
+ # },
# :signers => [{
# :email_address => 'jack@example.com',
# :name => 'Jack',
# :order => 0
# },{
@@ -95,9 +99,13 @@
# :test_mode => 1,
# :type => 'request_signature',
# :subject => 'The NDA we talked about',
# :requester_email_address => requester@example.com",
# :message => 'Please sign this NDA and then we can discuss more. Let me know if you have any questions.',
+ # :metadata => {
+ # :client_id => '1234',
+ # :custom_text => 'NDA #9'
+ # },
# :signers => [{
# :email_address => 'jack@example.com',
# :name => 'Jack',
# :order => 0
# },{