Add a warning in the documentation (#72975)

A partner complained in the name of a customer. They have 6k datasources and it took them some time to figure out why they only had 5k coming back.

This commit add a warning for this edge case, content is pretty clear.
pull/73071/head
Clément Duveau 2 years ago committed by GitHub
parent df3d10606d
commit 5eef8291e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/sources/developers/http_api/data_source.md

@ -25,6 +25,10 @@ title: Data source HTTP API
`GET /api/datasources`
{{% admonition type="warning" %}}
This API currently doesn't handle pagination. The default maximum number of data sources returned is 5000. You can change this value in the default.ini file.
{{% /admonition %}}
**Required permissions**
See note in the [introduction]({{< ref "#data-source-api" >}}) for an explanation.

Loading…
Cancel
Save