From 43d13109dc9de5a31d906b83d865ad226c6a480a Mon Sep 17 00:00:00 2001
From: Uday <r.udaykiran02@gmail.com>
Date: Wed, 24 Apr 2019 16:32:52 +0200
Subject: [PATCH] Update api.md (#489)

---
 docs/api.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/api.md b/docs/api.md
index 38425dfb..db618291 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -46,7 +46,7 @@ The Loki server has the following API endpoints (_Note:_ Authentication is out o
         "labels": "{instance=\"...\", job=\"...\", namespace=\"...\"}",
         "entries": [
           {
-            "timestamp": "2018-06-27T05:20:28.699492635Z",
+            "ts": "2018-06-27T05:20:28.699492635Z",
             "line": "..."
           },
           ...
-- 
GitLab