These docs are for v1.6.2. Click to read the latest docs for v1.15.1.

Update a signature request.

Use this operation to update a signature request.

Only the properties name, suspended, deadline, maxSignatures and authorizedSignees can be modified.

Path Params
string
required

Identifier of signature request to update.

Body Params

SignatureRequest object to update.

string
required

Name of the signature request (doesn't need to be unique).

boolean

true (or unset) if the signature anchors created in the scope of this signature request must be public (ie. discoverable by their signedHash).

false if they must be private (ie. not dicoverable).

If this field is not set at creation time, all anchors created will be public by default.

boolean

true if the signature request is suspended, or false (or unset) if not.

When suspended, no signature can be registered.

string
required

SHA256 hash (ie. the fingerprint) of the original data to sign.
The value must be provided as an hexadecimal lowercase string.

int64

Deadline of the signature request (in milliseconds since Unix epoch).

When not set, null or 0, no deadline is applied.

If set, signatures registered after the deadline are refused.

string

Web hook to use to verify the signee's identity.

If set, it is used to verify the identity of signees at signature registration time.

int32

Maximum number of signatures to accept for this signature request.

When not set, null or 0, no maximum is applied.

This property and the authorizedSignees property are mutually exclusive.

This property is only available to the owner of the signature request.

authorizedSignees
array of objects

List of all signees authorized to register their signature for this signature request (no duplicate is authorized).

When not set or null, anybody can sign the signature request.

If set, signatures registered by signees not in this list are rejected.

This property and the maxSignatures property are mutually exclusive.

This property is only available to the owner of the signature request.

authorizedSignees
anchors
array of objects

List of signature anchors created in the scope of this signature request

A signature anchor is created each time a new signature is registered.

This property is only available to the owner of the signature request.

anchors
Responses

400

Invalid signature request object. More details are returned in the response body as a JSON object.

404

No signature request matching the given identifier.

Language
Credentials
:
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json