Sha256: 66138ae67b6c19bbd28516d7bb9824bec00899ac4170583328360519bfb9065e
Contents?: true
Size: 990 Bytes
Versions: 15
Compression:
Stored size: 990 Bytes
Contents
# Dropbox::Sign::TemplateUpdateFilesRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | `client_id` | ```String``` | Client id of the app you're using to update this template. | | | `files` | ```Array<File>``` | Use `files[]` to indicate the uploaded file(s) to use for the template.<br><br>This endpoint requires either **files** or **file_urls[]**, but not both. | | | `file_urls` | ```Array<String>``` | Use `file_urls[]` to have Dropbox Sign download the file(s) to use for the template.<br><br>This endpoint requires either **files** or **file_urls[]**, but not both. | | | `message` | ```String``` | The new default template email message. | | | `subject` | ```String``` | The new default template email subject. | | | `test_mode` | ```Boolean``` | Whether this is a test, the signature request created from this draft will not be legally binding if set to `true`. Defaults to `false`. | [default to false] |
Version data entries
15 entries across 15 versions & 1 rubygems