Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit 9ede938

Browse files
committed
Fix adhoc json
1 parent 5c53089 commit 9ede938

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ Example `timeserie` request
5656
{ "target": "upper_50", "refId": "A", "type": "timeserie" },
5757
{ "target": "upper_75", "refId": "B", "type": "timeserie" }
5858
],
59-
"adhocFilters": [
60-
"key": "City"
59+
"adhocFilters": [{
60+
"key": "City",
6161
"operator": "=",
6262
"value": "Berlin"
63-
]
63+
}],
6464
"format": "json",
6565
"maxDataPoints": 550
6666
}

0 commit comments

Comments
 (0)