From 425c5f750c5e1b1a6496e48b5a51d22f92892cbe Mon Sep 17 00:00:00 2001 From: Slim Date: Mon, 30 Mar 2015 09:34:38 -0500 Subject: [PATCH] Fix typo in the query body last `,` will break the query. --- docs/content/DataSourceMetadataQuery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/DataSourceMetadataQuery.md b/docs/content/DataSourceMetadataQuery.md index 7fb222e66f0..bfb85c15739 100644 --- a/docs/content/DataSourceMetadataQuery.md +++ b/docs/content/DataSourceMetadataQuery.md @@ -7,7 +7,7 @@ Data Source Metadata queries return metadata information for a dataSource. It re ```json { "queryType" : "dataSourceMetadata", - "dataSource": "sample_datasource", + "dataSource": "sample_datasource" } ```