aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-ws')
-rw-r--r--sonar-ws/src/main/protobuf/ws-notifications.proto1
1 files changed, 0 insertions, 1 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-notifications.proto b/sonar-ws/src/main/protobuf/ws-notifications.proto
index ac0cb034748..1cf7782806c 100644
--- a/sonar-ws/src/main/protobuf/ws-notifications.proto
+++ b/sonar-ws/src/main/protobuf/ws-notifications.proto
@@ -35,7 +35,6 @@ message ListResponse {
message Notification {
optional string channel = 1;
optional string type = 2;
- optional string organization = 5;
optional string project = 3;
optional string projectName = 4;
}