From 134d7c42c8f494ef8297762e82c397ab8377b4ee Mon Sep 17 00:00:00 2001 From: Guillaume Jambet Date: Thu, 21 Dec 2017 16:53:59 +0100 Subject: SONAR-10182 Rename homepage parameter from 'value' to 'parameter' --- sonar-ws/src/main/protobuf/ws-users.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 ca3df0d0641..d5bf59304d2 100644 --- a/sonar-ws/src/main/protobuf/ws-users.proto +++ b/sonar-ws/src/main/protobuf/ws-users.proto @@ -122,6 +122,6 @@ message CurrentWsResponse { message Homepage { optional HomepageType type = 1; - optional string value = 2; + optional string parameter = 2; } } -- cgit v1.2.3