Envelopes
Update an envelope
Updates the details of an existing envelope.
PATCH
/
v1
/
envelopes
/
{envelope_id}
Updates an envelope by setting the values of the parameters passed. Any parameters not provided are left unchanged.
Currently, the following envelope parameter can be updated: label
.
Path Parameters
The unique identifier of an envelope.
Body Parameters
Custom label given to the envelope for easier identification. Labels are for internal use and are not shown to recipients.
Returns
Returns a 200 OK
status code along with the updated envelope object if successful, or an error otherwise.
Was this page helpful?