@freelog/tools-lib 0.1.68 → 0.1.69

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.
@@ -2573,7 +2573,7 @@ function rulesPreExecution(_ref14) {
2573
2573
  params = _objectWithoutPropertiesLoose(_ref14, _excluded10$2);
2574
2574
 
2575
2575
  return FUtil.Request({
2576
- method: 'PUT',
2576
+ method: 'POST',
2577
2577
  url: "/v2/testNodes/" + nodeId + "/rules/preExecution",
2578
2578
  data: params
2579
2579
  });