Skip to content

Commit 606ffd6

Browse files
authored
Merge pull request #349 from keboola/Jakuboola-GE-docs-update
added one paragraph regarding inability to send query parameters with POST method
2 parents e31ca29 + ab4683e commit 606ffd6

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,8 @@ as entered in the configuration. For the above defined `params` property, the re
226226
}
227227
{% endhighlight %}
228228

229+
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+
229231
Also, the `Content-Type: application/json` HTTP header is added to the request.
230232
See our [examples](/extend/generic-extractor/configuration/config/jobs/#examples-with-http-methods-and-parameters).
231233

0 commit comments

Comments
 (0)