diff options
author | Teryk Bellahsene <teryk.bellahsene@sonarsource.com> | 2016-06-27 11:33:35 +0200 |
---|---|---|
committer | Teryk Bellahsene <teryk.bellahsene@sonarsource.com> | 2016-06-27 11:43:32 +0200 |
commit | c467e84eed1a60bbe8c0fe800e2cada2bb26bb4c (patch) | |
tree | 5ea4240ace7ab2a60d173103fe2aae6495430348 /sonar-ws | |
parent | 6cffa97b036ab628b91998cf294a6871a1de2804 (diff) | |
download | sonarqube-c467e84eed1a60bbe8c0fe800e2cada2bb26bb4c.tar.gz sonarqube-c467e84eed1a60bbe8c0fe800e2cada2bb26bb4c.zip |
SONAR-7789 WS api/qualityprofiles/search return lastUsed field
Diffstat (limited to 'sonar-ws')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-qualityprofiles.proto | 1 |
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 9b4e871cb51..534b46c64a6 100644 --- a/sonar-ws/src/main/protobuf/ws-qualityprofiles.proto +++ b/sonar-ws/src/main/protobuf/ws-qualityprofiles.proto @@ -41,5 +41,6 @@ message SearchWsResponse { optional int64 activeDeprecatedRuleCount = 12; optional int64 projectCount = 10; optional string rulesUpdatedAt = 11; + optional string lastUsed = 13; } } |