Commit 9ac69fef by Carl Bergquist Committed by GitHub

Merge pull request #15987 from fetzerch/tags

docs: Change type of 'tags' in annotationQuery result example to list
parents 89709e34 0cd59fdb
......@@ -163,7 +163,7 @@ Expected result from datasource.annotationQuery:
"title": "Cluster outage",
"time": 1457075272576,
"text": "Joe causes brain split",
"tags": "joe, cluster, failure"
"tags": ["joe", "cluster", "failure"]
}
]
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment