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, callback_success_url, callback_error_url, callback_update_url,
custom, attach_on_success, read_access, and write_access.
Observers are managed separately via the dedicated /observers endpoints.
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.
Alternatively, use the dedicated /signatures endpoints to add or remove individual
signers without having to send the full list.
Important: When updating via this endpoint, 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.
Request
Responses
- 200
- 400
- 401
- 403
- 429
- 500
- 503
OK
Bad request
Unauthorized
Access denied
Too many requests
Internal server error
Service unavailable