@verdocs/js-sdk 4.2.83 → 4.2.84

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
@@ -2847,7 +2847,7 @@ const createTemplateFromSharepoint = (endpoint, params) => {
2847
2847
  * ```
2848
2848
  */
2849
2849
  const updateTemplate = (endpoint, templateId, params) => endpoint.api //
2850
- .put(`/v2/templates/${templateId}`, params)
2850
+ .patch(`/v2/templates/${templateId}`, params)
2851
2851
  .then((r) => r.data);
2852
2852
  /**
2853
2853
  * Delete a template.