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