diff options
author | Teryk Bellahsene <teryk.bellahsene@sonarsource.com> | 2016-06-28 00:14:09 +0200 |
---|---|---|
committer | Teryk Bellahsene <teryk.bellahsene@sonarsource.com> | 2016-06-29 11:07:55 +0200 |
commit | 626bdc83fbde6e6d0426f1a514700ea698b00778 (patch) | |
tree | 48125e29780307ec888e926540209aa5bc967b8f /sonar-ws/src/main/protobuf/ws-qualityprofiles.proto | |
parent | 1c92ea547e7a91585f419279dbf655cb44cc3164 (diff) | |
download | sonarqube-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.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 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; } } |