From 52f852bcba57febc5f49e0c51dcc0ccbb100aa02 Mon Sep 17 00:00:00 2001 From: Matteo Mara Date: Tue, 20 Aug 2024 16:48:13 +0200 Subject: SONAR-20277 deprecate parameter ceTaskId and componentKey, and response field ceTaskId in api/webhooks/deliveries --- sonar-ws/src/main/protobuf/ws-webhooks.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sonar-ws') diff --git a/sonar-ws/src/main/protobuf/ws-webhooks.proto b/sonar-ws/src/main/protobuf/ws-webhooks.proto index 256ef05d2a7..d84e99da94e 100644 --- a/sonar-ws/src/main/protobuf/ws-webhooks.proto +++ b/sonar-ws/src/main/protobuf/ws-webhooks.proto @@ -78,7 +78,7 @@ message DeliveryWsResponse { message Delivery { optional string id = 1; optional string componentKey = 2; - optional string ceTaskId = 3; + optional string ceTaskId = 3 [deprecated=true]; optional string name = 4; optional string url = 5; optional string at = 6; -- cgit v1.2.3