From a403ed93afa3982c3651799a00166a44a5b7872a Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Mon, 5 Feb 2018 11:58:56 +0100 Subject: SONAR-10290 Add ability to provide help message for identity providers --- 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 d5bf59304d2..bcb9e798111 100644 --- a/sonar-ws/src/main/protobuf/ws-users.proto +++ b/sonar-ws/src/main/protobuf/ws-users.proto @@ -64,6 +64,7 @@ message IdentityProvider { optional string name = 2; optional string iconPath = 3; optional string backgroundColor = 4; + optional string helpMessage = 5; } message CreateWsResponse { -- cgit v1.2.3