]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-6427 Use key instead of id in example response
authorJean-Baptiste Lièvremont <jean-baptiste.lievremont@sonarsource.com>
Wed, 22 Apr 2015 14:22:21 +0000 (16:22 +0200)
committerJean-Baptiste Lièvremont <jean-baptiste.lievremont@sonarsource.com>
Wed, 22 Apr 2015 14:22:21 +0000 (16:22 +0200)
server/sonar-server/src/main/resources/org/sonar/server/ui/ws/example-global.json

index b4ead3523ff946544dfe345cef9796f8ffcaae75..1a01e276e07c7c40fbcdbd41e24fc9176fa89df3 100644 (file)
@@ -1,7 +1,7 @@
 {
   "globalDashboards": [
     {
-      "id": 51,
+      "key": 51,
       "name": "Helicopter View"
     }
   ],