OPENAPI / COMPONENTS / SCHEMAS

Template Update Files Request

TemplateUpdateFilesRequest

TemplateUpdateFilesRequest data structure

object6properties
client_idstring

Client id of the app you're using to update this template.

filesarray

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_urlsarray

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.

messagestring

The new default template email message.

subjectstring

The new default template email subject.

test_modeboolean

Whether this is a test, the signature request created from this draft will not be legally binding if set to `true`. Defaults to `false`.