]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-7794 WS api/qualityprofiles/search add userUpdatedAt in response example
authorTeryk Bellahsene <teryk.bellahsene@sonarsource.com>
Thu, 7 Jul 2016 15:05:01 +0000 (17:05 +0200)
committerTeryk Bellahsene <teryk.bellahsene@sonarsource.com>
Thu, 7 Jul 2016 15:05:01 +0000 (17:05 +0200)
server/sonar-server/src/main/resources/org/sonar/server/qualityprofile/ws/search-example.json

index e87df3339468f6f5d5db684da94bd865bd698613..a479e17a4a1e4cc4cecadff2803b2f46d2de7b20 100644 (file)
@@ -25,7 +25,8 @@
       "isDefault": false,
       "projectCount": 13,
       "ruleUpdatedAt": "2016-12-20T19:10:03+0100",
-      "lastUsed": "2016-12-21T16:10:03+0100"
+      "lastUsed": "2016-12-21T16:10:03+0100",
+      "userUpdatedAt": "2016-06-28T21:57:01+0200"
     },
     {
       "key": "my-company-profile-java-23456",
@@ -36,7 +37,8 @@
       "isDefault": true,
       "activeRuleCount": 42,
       "activeDeprecatedRuleCount": 3,
-      "ruleUpdatedAt": "2016-12-22T19:10:03+0100"
+      "ruleUpdatedAt": "2016-12-22T19:10:03+0100",
+      "userUpdatedAt": "2016-06-29T21:57:01+0200"
     },
     {
       "key": "sonar-way-python-01234",