aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-ws')
-rw-r--r--sonar-ws/src/main/protobuf/ws-user_tokens.proto7
1 files changed, 7 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-user_tokens.proto b/sonar-ws/src/main/protobuf/ws-user_tokens.proto
index ead834a91d7..983659285f6 100644
--- a/sonar-ws/src/main/protobuf/ws-user_tokens.proto
+++ b/sonar-ws/src/main/protobuf/ws-user_tokens.proto
@@ -43,5 +43,12 @@ message SearchWsResponse {
optional string name = 1;
optional string createdAt = 2;
optional string lastConnectionDate = 3;
+ optional string type = 4;
+ optional Project project = 5;
+
+ message Project {
+ optional string key = 1;
+ optional string name = 2;
+ }
}
}