@freelog/tools-lib 0.1.177 → 0.1.178

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.
@@ -1260,7 +1260,7 @@ function setItemsAutoCollectRule(_ref20) {
1260
1260
  params = _objectWithoutPropertiesLoose(_ref20, _excluded17);
1261
1261
  return FUtil.Request({
1262
1262
  method: 'POST',
1263
- url: "/v2/presentables/catalogues/" + presentableId + "/items",
1263
+ url: "/v2/presentables/catalogues/" + presentableId + "/items/collectRules",
1264
1264
  data: params
1265
1265
  });
1266
1266
  }