Edit Signature Request
Edits and sends a SignatureRequest with the submitted documents. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents.
NOTE: Edit and resend will deduct your signature request quota.
Authentication
Basic authentication of the form Basic <username:password>.
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
Request
Use files[] to indicate the uploaded file(s) to send for signature.
This endpoint requires either files or file_urls[], but not both.
Use file_urls[] to have Dropbox Sign download the file(s) to send for signature.
This endpoint requires either files or file_urls[], but not both.
Add Signers to your Signature Request.
This endpoint requires either signers or grouped_signers, but not both.
Add Grouped Signers to your Signature Request.
This endpoint requires either signers or grouped_signers, but not both.
Allows signers to decline to sign a document if true. Defaults to false.
Allows signers to reassign their signature requests to other signers if set to true. Defaults to false.
NOTE: Only available for Premium plan and higher.
Group information for fields defined in form_fields_per_document. String-indexed JSON array with group_label and requirement keys. form_fields_per_document must contain fields referencing a group defined in form_field_groups.
Conditional Logic rules for fields defined in form_fields_per_document.
This allows the requester to specify the types allowed for creating a signature.
NOTE: If signing_options are not defined in the request, the allowed types will default to those specified in the account settings.
Whether this is a test, the signature request will not be legally binding if set to true. Defaults to false.
When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See Signature Request Expiration Date for details.