aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-ws')
-rw-r--r--sonar-ws/src/main/protobuf/ws-webhooks.proto2
1 files changed, 1 insertions, 1 deletions
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;