@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.
@@ -1268,7 +1268,7 @@ function setItemsSortFromPresentableCollectionQuick(_ref20) {
1268
1268
  params = _objectWithoutPropertiesLoose(_ref20, _excluded18);
1269
1269
  return FUtil.Request({
1270
1270
  method: 'PUT',
1271
- url: "/v2/presentables/catalogues/" + presentableId + "/manualSort",
1271
+ url: "/v2/presentables/catalogues/" + presentableId + "/reorder",
1272
1272
  data: params
1273
1273
  });
1274
1274
  }