docs/SignRequestQuickCreate.md in signrequest_client-1.1.0 vs docs/SignRequestQuickCreate.md in signrequest_client-1.2.0

- old
+ new

@@ -19,16 +19,16 @@ **disable_blockchain_proof** | **BOOLEAN** | Disables storing timestamp proof hashes in blockchain integrations. | [optional] **text_message_verification_locked** | **BOOLEAN** | When true a text message verification is needed before the signer can see the document | [optional] **subject** | **String** | Subject of SignRequest email | [optional] **message** | **String** | Message to include in SignRequest email, may contain the following html tags: `a`, `abbr`, `acronym`, `b`, `blockquote`, `code`, `em`, `i`, `ul`, `li`, `ol`, and `strong` | [optional] **who** | **String** | `m`: only me, `mo`: me and others, `o`: only others | [optional] [default to 'o'] -**send_reminders** | **BOOLEAN** | Automatically remind signers to sign a document | [optional] +**send_reminders** | **BOOLEAN** | Automatically remind signers to sign a document, see: [automatic reminders](#section/Working-with-a-SignRequest/Automatic-reminders) | [optional] **signers** | [**Array<Signer>**](Signer.md) | | **uuid** | **String** | | [optional] **url** | **String** | | [optional] **document** | **String** | | [optional] **integration** | **String** | | [optional] -**integration_data** | **String** | | [optional] +**integration_data** | **Object** | | [optional] **name** | **String** | Defaults to filename, including extension | [optional] **external_id** | **String** | ID used to reference document in external system | [optional] **frontend_id** | **String** | Shared secret used in conjunction with <a href=\"#section/Frontend-API/SignRequest-js-client-(beta)\">SignRequest-js client</a> to grant user access to a document that's not a member of the document's team | [optional] **file** | **String** | Temporary URL to original file, expires in five minutes | [optional] **file_from_url** | **String** | Publicly accessible URL of document to be downloaded by SignRequest | [optional]