From dfbb661fe6369a5e93da1dc04c4f5947b625dcd8 Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Wed, 14 Feb 2018 17:30:03 +0100 Subject: SONAR-10423 Add branch parameter in homepage of api/users WS --- sonar-ws/src/main/protobuf/ws-users.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'sonar-ws') diff --git a/sonar-ws/src/main/protobuf/ws-users.proto b/sonar-ws/src/main/protobuf/ws-users.proto index 35243f08a2f..e949f00b351 100644 --- a/sonar-ws/src/main/protobuf/ws-users.proto +++ b/sonar-ws/src/main/protobuf/ws-users.proto @@ -125,5 +125,6 @@ message CurrentWsResponse { optional HomepageType type = 1; optional string component = 2; optional string organization = 3; + optional string branch = 4; } } -- cgit v1.2.3