docs: update default annotation limit when querying api

Needed due to closing #11569
pull/11671/head
Marcus Efraimsson 7 years ago
parent 80e4a9dc55
commit fa95297e6a
No known key found for this signature in database
GPG Key ID: EBFE0FB04612DD4A
  1. 2
      docs/sources/http_api/annotations.md

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

Loading…
Cancel
Save