@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.
@@ -2579,7 +2579,7 @@ function rulesPreExecution(_ref14) {
2579
2579
  params = _objectWithoutPropertiesLoose(_ref14, _excluded10$2);
2580
2580
 
2581
2581
  return FUtil.Request({
2582
- method: 'PUT',
2582
+ method: 'POST',
2583
2583
  url: "/v2/testNodes/" + nodeId + "/rules/preExecution",
2584
2584
  data: params
2585
2585
  });