Signer Consent Request
Update a Signer Consent Request
Updates a given Signer Consent Request. Any parameters not provided are left unchanged. This action is only permitted when the Signature Request is a draft or paused.
patch/signature_requests/{signatureRequestId}/consent_requests/{consentRequestId}
Path parameters
signatureRequestIdstring uuid required
The unique identifier for a resource.
Example:9a93d3b5-fb3b-4abf-9e70-26315b33506c
Signature Request Id
consentRequestIdstring uuid required
The unique identifier for a resource.
Example:9a93d3b5-fb3b-4abf-9e70-26315b33506c
Signer Consent Request Id
Request body
Example request
{
"settings": {
"text": "I agree with..."
},
"document_id": "9a93d3b5-fb3b-4abf-9e70-26315b33506c"
}Response
OK
Example response
{
"id": "550e8402-e29b-41d4-a716-446655440000",
"optional": true,
"document_id": "550e8402-e29b-41d4-a716-446655440000"
}