summaryrefslogtreecommitdiffstats
path: root/sonar-ws/src/main/protobuf/ws-serverid.proto
diff options
context:
space:
mode:
authorTeryk Bellahsene <teryk.bellahsene@sonarsource.com>2016-09-06 17:00:25 +0200
committerTeryk Bellahsene <teryk.bellahsene@sonarsource.com>2016-09-07 17:06:10 +0200
commit7ef29c10d2efaaa9e092c90b1ac64e37f8dd056c (patch)
treeffbe9356501cd38b3a5c630cff41af7c298d9d6e /sonar-ws/src/main/protobuf/ws-serverid.proto
parent037cba432e43e3c92259e51b53b9149029e40865 (diff)
downloadsonarqube-7ef29c10d2efaaa9e092c90b1ac64e37f8dd056c.tar.gz
sonarqube-7ef29c10d2efaaa9e092c90b1ac64e37f8dd056c.zip
SONAR-7984 WS api/server_id/generate
Diffstat (limited to 'sonar-ws/src/main/protobuf/ws-serverid.proto')
-rw-r--r--sonar-ws/src/main/protobuf/ws-serverid.proto7
1 files changed, 4 insertions, 3 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-serverid.proto b/sonar-ws/src/main/protobuf/ws-serverid.proto
index 18a2a813ef6..af02b223d86 100644
--- a/sonar-ws/src/main/protobuf/ws-serverid.proto
+++ b/sonar-ws/src/main/protobuf/ws-serverid.proto
@@ -33,6 +33,7 @@ message ShowWsResponse {
optional bool invalidServerId = 5;
}
-
-
-
+// Response of POST api/server_id/generate
+message GenerateWsResponse {
+ optional string serverId = 1;
+}