From 05ebcc134533b03a324a2710c3fe6d711850a5c4 Mon Sep 17 00:00:00 2001 From: Matteo Mara Date: Wed, 29 Jun 2022 15:31:28 +0200 Subject: SONAR-16565 update the API api/user_tokens/generate for accepting the token expiration date --- sonar-ws/src/main/protobuf/ws-user_tokens.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'sonar-ws/src') diff --git a/sonar-ws/src/main/protobuf/ws-user_tokens.proto b/sonar-ws/src/main/protobuf/ws-user_tokens.proto index 983659285f6..786a3bfc5ff 100644 --- a/sonar-ws/src/main/protobuf/ws-user_tokens.proto +++ b/sonar-ws/src/main/protobuf/ws-user_tokens.proto @@ -32,6 +32,7 @@ message GenerateWsResponse { optional string createdAt = 4; optional string type = 5; optional string projectKey = 6; + optional string expirationDate = 7; } // WS api/user_tokens/search -- cgit v1.2.3