From a069e7ec803e8cf61466e1db1ad4db21c69ab8ca Mon Sep 17 00:00:00 2001 From: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> Date: Sun, 3 Oct 2021 12:22:47 +0200 Subject: [PATCH] Update api.md (#9429) Fix timestamp in example in exemplars query. The year was `020` instead of `2020`. Signed-off-by: Ivana --- docs/querying/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/querying/api.md b/docs/querying/api.md index 7d25c0518..6fa21cc7d 100644 --- a/docs/querying/api.md +++ b/docs/querying/api.md @@ -361,7 +361,7 @@ URL query parameters: - `end=`: End timestamp. ```json -$ curl -g 'http://localhost:9090/api/v1/query_exemplars?query=test_exemplar_metric_total&start=2020-09-14T15:22:25.479Z&end=020-09-14T15:23:25.479Z' +$ curl -g 'http://localhost:9090/api/v1/query_exemplars?query=test_exemplar_metric_total&start=2020-09-14T15:22:25.479Z&end=2020-09-14T15:23:25.479Z' { "status": "success", "data": [