Sha256: f113d419ff68fb30fe414e82d58515405d4cb5d2d63dcfccfb2d3f2222a2b64c
Contents?: true
Size: 975 Bytes
Versions: 1
Compression:
Stored size: 975 Bytes
Contents
# HelloSign::TemplateUpdateFilesRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | `client_id` | ```String``` | Client id of the app you're using to update this template. | | | `file` | ```Array<File>``` | Use `file[]` to indicate the uploaded file(s) to use for the template.<br><br>This endpoint requires either **file** or **file_url[]**, but not both. | | | `file_url` | ```Array<String>``` | Use `file_url[]` to have HelloSign download the file(s) to use for the template.<br><br>This endpoint requires either **file** or **file_url[]**, 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hellosign-ruby-sdk-6.0.0.pre.beta | docs/TemplateUpdateFilesRequest.md |