v2

latestOpenAPI 3.1.02026-08-064686150.6 KB
Sign

Update Envelope

The Update Envelope endpoint modifies an envelope’s name, notification settings, or signing mode. All parameters are optional, so you can update any combination of these fields without affecting the others.

patch/sign/envelopes/{envelopeID}

Path parameters

envelopeIDstring uuid required

A unique UUIDv4 string that identifies the envelope in the Nitro system.

Request body

namestring

The Envelope's name. It doesn't have to be unique. Optional field.

mode'sequential' | 'parallel'

Signing mode for the envelope. Optional field.

Response

Envelope updated successfully

IDstring uuid

A unique UUIDv4 string that identifies the envelope in the Nitro system.

createdAtstring date-time

UTC timestamp indicating when the envelope was created.

lastModifiedAtstring date-time

UTC timestamp indicating the last time the envelope was updated. Matches createdAt at the time of creation.

namestring

The name of the envelope.

status'drafted' | 'sent' | 'processing' | 'sealed' | 'rejected' | 'cancelled' | 'deleted'

The internal status of the envelope. Defaults to drafted on creation.