diff options
Diffstat (limited to 'sonar-ws/src/main/protobuf/ws-projects.proto')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-projects.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-projects.proto b/sonar-ws/src/main/protobuf/ws-projects.proto index 2f5372f1305..be060144e48 100644 --- a/sonar-ws/src/main/protobuf/ws-projects.proto +++ b/sonar-ws/src/main/protobuf/ws-projects.proto @@ -35,6 +35,7 @@ message SearchMyProjectsWsResponse { optional string lastAnalysisDate = 6; optional string qualityGate = 7; repeated Link links = 8; + optional string revision = 9; } message Link { @@ -71,6 +72,7 @@ message SearchWsResponse { optional string qualifier = 5; optional string visibility = 6; optional string lastAnalysisDate = 7; + optional string revision = 8; } } |