Name | Type | Description | Notes |
---|---|---|---|
ClientId | string | Client id of the app you're using to update this template. | [optional] |
Files | List<System.IO.Stream> | Use files[] to indicate the uploaded file(s) to use for the template.This endpoint requires either files or file_urls[], but not both. |
[optional] |
FileUrls | List<string> | Use file_urls[] to have Dropbox Sign download the file(s) to use for the template.This endpoint requires either files or file_urls[], but not both. |
[optional] |
Message | string | The new default template email message. | [optional] |
Subject | string | The new default template email subject. | [optional] |
TestMode | bool | Whether this is a test, the signature request created from this draft will not be legally binding if set to true . Defaults to false . |
[optional] [default to false] |