Sha256: 06061cdb1fefa9835c838cddcd3c5a19e38c081f850d5cd9e1de1b4c1c87907a

Contents?: true

Size: 846 Bytes

Versions: 3

Compression:

Stored size: 846 Bytes

Contents

# Dropbox::Sign::SignatureRequestUpdateRequest



## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| `signature_id`<sup>*_required_</sup> | ```String``` |  The signature ID for the recipient.  |  |
| `email_address` | ```String``` |  The new email address for the recipient.<br><br>This will generate a new `signature_id` value.<br><br>**NOTE**: Optional if `name` is provided.  |  |
| `name` | ```String``` |  The new name for the recipient.<br><br>**NOTE**: Optional if `email_address` is provided.  |  |
| `expires_at` | ```Integer``` |  The 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.  |  |

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dropbox-sign-1.4.0 docs/SignatureRequestUpdateRequest.md
dropbox-sign-1.3.0 docs/SignatureRequestUpdateRequest.md
dropbox-sign-1.2.0 docs/SignatureRequestUpdateRequest.md