Merge pull request #15987 from fetzerch/tags

docs: Change type of 'tags' in annotationQuery result example to list
This commit is contained in:
Carl Bergquist
2019-03-14 07:48:38 +01:00
committed by GitHub
@@ -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"]
}
]
```