v2

latestOpenAPI 3.1.02026-08-064686150.6 KB
Sign

Reorder Documents by Envelope ID

The Reorder Documents by Envelope ID endpoint reorders all documents associated with a specific envelope based on the order specified in the request body. Documents are returned in an items array within the JSON response reflecting the new order.

put/sign/envelopes/{envelopeID}/documents:reorder

Path parameters

envelopeIDstring uuid required

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

Request body

orderstring[]

An array of document IDs representing the new order of documents within the envelope.

Response

Documents reordered successfully.

OR
OR
OR
OR