docs: update default annotation limit when querying api

Needed due to closing #11569
This commit is contained in:
Marcus Efraimsson 2018-04-13 10:58:29 +02:00
parent 80e4a9dc55
commit fa95297e6a
No known key found for this signature in database
GPG Key ID: EBFE0FB04612DD4A

View File

@ -32,7 +32,7 @@ Query Parameters:
- `from`: epoch datetime in milliseconds. Optional.
- `to`: epoch datetime in milliseconds. Optional.
- `limit`: number. Optional - default is 10. Max limit for results returned.
- `limit`: number. Optional - default is 100. Max limit for results returned.
- `alertId`: number. Optional. Find annotations for a specified alert.
- `dashboardId`: number. Optional. Find annotations that are scoped to a specific dashboard
- `panelId`: number. Optional. Find annotations that are scoped to a specific panel