Update a Signature Request
PUT/signature-requests
Updates an existing SignatureRequest. We recommend creating the SignatureRequest
with all necessary information upfront and using this endpoint only when changes are
required.
The following fields can be updated: title, message, legislation, quality,
signatures, cc_email_addresses, callback_success_url, callback_error_url,
callback_update_url, custom, attach_on_success, read_access, and write_access.
Updating signers
To add or remove signers, provide the complete desired state of the signatures array:
- To add a signer, include the new entry alongside all existing signers.
- To remove a signer, omit their entry from the array.
Important: Any signer not present in the
signaturesarray will be removed. Changes to signers can only be made as long as none of the signers have already completed their signature.
Updating observers
To update the observer list, provide the complete desired state of the
cc_email_addresses array. Pass null to leave the current observers unchanged.
Request
Responses
- 200
- 400
- 401
- 403
- 429
- 500
- 503
OK
Bad request
Unauthorized
Access denied
Too many requests
Internal server error
Service unavailable