OPENAPI / COMPONENTS / SCHEMAS
Signature Request Update Request
SignatureRequestUpdateRequestSignatureRequestUpdateRequest data structure
object4properties
email_addressstringThe new email address for the recipient. This will generate a new `signature_id` value. **NOTE:** Optional if `name` is provided.
namestringThe new name for the recipient. **NOTE:** Optional if `email_address` is provided.
signature_idstringrequiredThe signature ID for the recipient.
expires_atintegerThe new time when the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details.