Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 980 Bytes

TemplateUpdateFilesRequest.md

File metadata and controls

19 lines (10 loc) · 980 Bytes

TemplateUpdateFilesRequest

Properties

Name Type Description Notes
clientId String Client id of the app you're using to update this template.
files List<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.
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.
message String The new default template email message.
subject String The new default template email subject.
testMode 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.