From: Jean-Baptiste Lièvremont Date: Wed, 22 Apr 2015 14:22:21 +0000 (+0200) Subject: SONAR-6427 Use key instead of id in example response X-Git-Tag: 5.2-RC1~2154 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8d763325b5aea6bbbce6e2dc7eb8e281a56deed2;p=sonarqube.git SONAR-6427 Use key instead of id in example response --- 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" } ],