Skip to content

Commit 7ee5057

Browse files
committed
POST method can't evaluate functions when param is a list of objects.
1 parent 95137f5 commit 7ee5057

File tree

1 file changed

+1
-0
lines changed
  • extend/generic-extractor/configuration/config/jobs

1 file changed

+1
-0
lines changed

extend/generic-extractor/configuration/config/jobs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ as entered in the configuration. For the above defined `params` property, the re
227227
{% endhighlight %}
228228

229229
With the POST method, also [pagination](/extend/generic-extractor/configuration/api/pagination/) parameters are sent in the request body, and **not as URL query parameters**. If your API requires pagination parameters in the query, use the GET method or Custom Python component instead.
230+
This method **does not support** function evaluation when `param` is a list of objects.
230231

231232
Also, the `Content-Type: application/json` HTTP header is added to the request.
232233
See our [examples](/extend/generic-extractor/configuration/config/jobs/#examples-with-http-methods-and-parameters).

0 commit comments

Comments
 (0)