hellosign / hellosign-python-sdk

A Python SDK for HelloSign's API
MIT License
29 stars 48 forks source link

draft_type parameter name does not match documentation #83

Open erosiec opened 3 years ago

erosiec commented 3 years ago

The draft_type parameter used in requests to /unclaimed_draft/create_embedded does not match the documentation.

Should be renamed from draft_type to type

https://app.hellosign.com/api/reference#create_embedded_unclaimed_draft

erosiec commented 3 years ago

Internal reference: AS-227