aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws/src/main/protobuf/ws-webhooks.proto
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-ws/src/main/protobuf/ws-webhooks.proto')
-rw-r--r--sonar-ws/src/main/protobuf/ws-webhooks.proto8
1 files changed, 4 insertions, 4 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-webhooks.proto b/sonar-ws/src/main/protobuf/ws-webhooks.proto
index b8dc2a859b9..0569208bc31 100644
--- a/sonar-ws/src/main/protobuf/ws-webhooks.proto
+++ b/sonar-ws/src/main/protobuf/ws-webhooks.proto
@@ -24,11 +24,11 @@ option java_package = "org.sonarqube.ws";
option java_outer_classname = "Webhooks";
option optimize_for = SPEED;
-// GET api/webhooks/search
-message SearchWsResponse {
- repeated Search webhooks = 1;
+// GET api/webhooks/list
+message ListWsResponse {
+ repeated List webhooks = 1;
- message Search {
+ message List {
optional string key = 1;
optional string name = 2;
optional string url = 3;