hellosign / hellosign-java-sdk

A Java SDK for the HelloSign API.
MIT License
13 stars 27 forks source link

Allow updating of signer name #170

Closed c-t-disher closed 2 years ago

c-t-disher commented 2 years ago

The HS API now supports changing the name associated with signatures in addition to the email address (https://app.hellosign.com/api/reference#update_signature_request). This allows the SDK to make use of that functionality.