From f040e55227e5a77714222a61c16c6a158f99a51f Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Thu, 23 Nov 2017 16:38:24 +0100 Subject: SONAR-10087 Use protobuf in api/qualitygates/rename --- sonar-ws/src/main/protobuf/ws-qualitygates.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sonar-ws/src') diff --git a/sonar-ws/src/main/protobuf/ws-qualitygates.proto b/sonar-ws/src/main/protobuf/ws-qualitygates.proto index 16b4d7e9671..e7355755459 100644 --- a/sonar-ws/src/main/protobuf/ws-qualitygates.proto +++ b/sonar-ws/src/main/protobuf/ws-qualitygates.proto @@ -73,7 +73,7 @@ message GetByProjectResponse { } message QualityGate { - optional string id = 1; + optional int64 id = 1; optional string name = 2; optional bool default = 3; } -- cgit v1.2.3