@verdocs/js-sdk 4.2.98 → 4.2.99

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1521,7 +1521,7 @@ const getEnvelopeFile = async (endpoint, envelopeId, documentId) => endpoint.api
1521
1521
  * Update an envelope. Currently, only reminder settings may be changed.
1522
1522
  */
1523
1523
  const updateEnvelope = async (endpoint, envelopeId, params) => endpoint.api //
1524
- .patch(`/envelopes/${envelopeId}`, params)
1524
+ .patch(`/v2/envelopes/${envelopeId}`, params)
1525
1525
  .then((r) => r.data);
1526
1526
  /**
1527
1527
  * Update a Document field. Typically called during the signing process as a Recipient fills in fields.