You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: LANGUAGE.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -360,7 +360,7 @@ Anonymous or named function can be defined in the script to be passed to executo
360
360
"$method": "get",
361
361
"$args": { "path": { "$data": "/path" } }
362
362
},
363
-
"$name": "getRes"
363
+
"$name": "getRes",
364
364
"$args": [ "path" ]
365
365
},
366
366
{
@@ -407,4 +407,3 @@ Functions can be used as parameters in the executors:
407
407
```
408
408
409
409
If the function was previously defined it can be passed either using `"$ref"` with an absolute or relative JSON-pointer or `{ "$func": "myfunc" }. The latter always evaluates as the reference to the existing function rather than the function that always returns string "myfunc".
0 commit comments