Skip to content

Commit e069fb4

Browse files
authored
Merge pull request #354 from keboola/fix/SUPPORT-13110
POST method can't evaluate functions when `param` is a list of objects.
2 parents 95137f5 + 7ee5057 commit e069fb4

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)