@freelog/tools-lib 0.1.180 → 0.1.181

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.
@@ -1262,7 +1262,7 @@ function setItemsSortFromPresentableCollectionQuick(_ref20) {
1262
1262
  params = _objectWithoutPropertiesLoose(_ref20, _excluded18);
1263
1263
  return FUtil.Request({
1264
1264
  method: 'PUT',
1265
- url: "/v2/presentables/catalogues/" + presentableId + "/manualSort",
1265
+ url: "/v2/presentables/catalogues/" + presentableId + "/reorder",
1266
1266
  data: params
1267
1267
  });
1268
1268
  }