From 8d763325b5aea6bbbce6e2dc7eb8e281a56deed2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Baptiste=20Li=C3=A8vremont?= Date: Wed, 22 Apr 2015 16:22:21 +0200 Subject: [PATCH] SONAR-6427 Use key instead of id in example response --- .../main/resources/org/sonar/server/ui/ws/example-global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/sonar-server/src/main/resources/org/sonar/server/ui/ws/example-global.json b/server/sonar-server/src/main/resources/org/sonar/server/ui/ws/example-global.json index b4ead3523ff..1a01e276e07 100644 --- a/server/sonar-server/src/main/resources/org/sonar/server/ui/ws/example-global.json +++ b/server/sonar-server/src/main/resources/org/sonar/server/ui/ws/example-global.json @@ -1,7 +1,7 @@ { "globalDashboards": [ { - "id": 51, + "key": 51, "name": "Helicopter View" } ], -- 2.39.5