diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2018-01-11 13:41:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-11 13:41:50 +0100 |
commit | 5323f2c5bd56b52a03cf7c651470d71b0cd37eb3 (patch) | |
tree | f2f1b328ff5ed11cb256b3ce129b7218639d1e10 /sonar-ws | |
parent | 898f6155cabbbe43a4cd50d01ec90754ff139929 (diff) | |
download | sonarqube-5323f2c5bd56b52a03cf7c651470d71b0cd37eb3.tar.gz sonarqube-5323f2c5bd56b52a03cf7c651470d71b0cd37eb3.zip |
Reuse react based tokens form in account space (#2954)
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 e51cd80174c..d25e2af36bb 100644 --- a/sonar-ws/src/main/protobuf/ws-user_tokens.proto +++ b/sonar-ws/src/main/protobuf/ws-user_tokens.proto @@ -29,6 +29,7 @@ message GenerateWsResponse { optional string login = 1; optional string name = 2; optional string token = 3; + optional string createdAt = 4; } // WS api/user_tokens/search |