aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws/src/main/protobuf/ws-qualityprofiles.proto
diff options
context:
space:
mode:
authorTeryk Bellahsene <teryk.bellahsene@sonarsource.com>2016-06-28 00:14:09 +0200
committerTeryk Bellahsene <teryk.bellahsene@sonarsource.com>2016-06-29 11:07:55 +0200
commit626bdc83fbde6e6d0426f1a514700ea698b00778 (patch)
tree48125e29780307ec888e926540209aa5bc967b8f /sonar-ws/src/main/protobuf/ws-qualityprofiles.proto
parent1c92ea547e7a91585f419279dbf655cb44cc3164 (diff)
downloadsonarqube-626bdc83fbde6e6d0426f1a514700ea698b00778.tar.gz
sonarqube-626bdc83fbde6e6d0426f1a514700ea698b00778.zip
SONAR-7794 WS api/qualityprofiles/search return userUpdatedAt
Diffstat (limited to 'sonar-ws/src/main/protobuf/ws-qualityprofiles.proto')
-rw-r--r--sonar-ws/src/main/protobuf/ws-qualityprofiles.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-qualityprofiles.proto b/sonar-ws/src/main/protobuf/ws-qualityprofiles.proto
index 534b46c64a6..0829180d46d 100644
--- a/sonar-ws/src/main/protobuf/ws-qualityprofiles.proto
+++ b/sonar-ws/src/main/protobuf/ws-qualityprofiles.proto
@@ -42,5 +42,6 @@ message SearchWsResponse {
optional int64 projectCount = 10;
optional string rulesUpdatedAt = 11;
optional string lastUsed = 13;
+ optional string userUpdatedAt = 14;
}
}