Operations
Update an envelope
Update the label of an existing envelope
PATCH
Updates an envelope by setting the values of the properties passed. Any properties not provided are left unchanged.
Currently, only the label property can be updated. The label is for internal use and is not shown to recipients. It can be updated regardless of the envelope’s status.
Path parameters
The unique identifier of the envelope, in UUID format.
Body parameters
A custom label for internal identification. Labels are not shown to recipients. Unlike title, which recipients see, the label is for your team’s use only. It can be updated at any time via the Update Envelope endpoint.
Maximum 500 characters. Defaults to null.
Returns
Returns a 200 OK status code along with the updated envelope object on success, or an error otherwise.