aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws/src
diff options
context:
space:
mode:
authorMatteo Mara <matteo.mara@sonarsource.com>2022-07-07 10:10:20 +0200
committersonartech <sonartech@sonarsource.com>2022-07-07 20:03:10 +0000
commitb36232ed7731541643dcebd4e4662e6cad3d4b2d (patch)
tree6f4f1910d9f9361ae9bc4fc76bf0c7dcbe555038 /sonar-ws/src
parentaa9ac7fc5e08027e886401256ab5e73fff4151dc (diff)
downloadsonarqube-b36232ed7731541643dcebd4e4662e6cad3d4b2d.tar.gz
sonarqube-b36232ed7731541643dcebd4e4662e6cad3d4b2d.zip
SONAR-16567 add the field isExpired to the response of the token search API.
Diffstat (limited to 'sonar-ws/src')
-rw-r--r--sonar-ws/src/main/protobuf/ws-user_tokens.proto1
1 files changed, 1 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 a96d9551ffd..71dcf70db68 100644
--- a/sonar-ws/src/main/protobuf/ws-user_tokens.proto
+++ b/sonar-ws/src/main/protobuf/ws-user_tokens.proto
@@ -47,6 +47,7 @@ message SearchWsResponse {
optional string type = 4;
optional Project project = 5;
optional string expirationDate = 6;
+ optional bool isExpired = 7;
message Project {
optional string key = 1;