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.
This commit is contained in:
Clément Duveau 2023-08-08 23:15:45 +02:00 committed by GitHub
parent df3d10606d
commit 5eef8291e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.