diff options
Diffstat (limited to 'sonar-ws/src/main/protobuf/ws-serverid.proto')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-serverid.proto | 7 |
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; +} |