Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 990 Bytes

TemplateUpdateFilesRequest.md

File metadata and controls

15 lines (10 loc) · 990 Bytes

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.

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.

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]