OPENAPI / COMPONENTS / SCHEMAS
Template Update Files Request
TemplateUpdateFilesRequestTemplateUpdateFilesRequest data structure
object6properties
client_idstringClient id of the app you're using to update this template.
filesarrayUse `files[]` to indicate the uploaded file(s) to use for the template. This endpoint requires either **files** or **file_urls[]**, but not both.
file_urlsarrayUse `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.
messagestringThe new default template email message.
subjectstringThe new default template email subject.
test_modebooleanWhether this is a test, the signature request created from this draft will not be legally binding if set to `true`. Defaults to `false`.