@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.mjs CHANGED
@@ -1519,7 +1519,7 @@ const getEnvelopeFile = async (endpoint, envelopeId, documentId) => endpoint.api
1519
1519
  * Update an envelope. Currently, only reminder settings may be changed.
1520
1520
  */
1521
1521
  const updateEnvelope = async (endpoint, envelopeId, params) => endpoint.api //
1522
- .patch(`/envelopes/${envelopeId}`, params)
1522
+ .patch(`/v2/envelopes/${envelopeId}`, params)
1523
1523
  .then((r) => r.data);
1524
1524
  /**
1525
1525
  * Update a Document field. Typically called during the signing process as a Recipient fills in fields.