Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.2 KB

TemplateUpdateFilesRequest.md

File metadata and controls

15 lines (11 loc) · 1.2 KB

Dropbox.Sign.Model.TemplateUpdateFilesRequest

Properties

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]

[Back to Model list] [Back to API list] [Back to README]