1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Add LastLogin to the User API (#7196)

This commit is contained in:
zeripath
2019-06-16 04:28:32 +01:00
committed by techknowlogick
parent 273f1997ff
commit cf2221e3ac
4 changed files with 19 additions and 0 deletions

View File

@@ -9715,6 +9715,11 @@
"type": "string",
"x-go-name": "AvatarURL"
},
"created": {
"type": "string",
"format": "date-time",
"x-go-name": "Created"
},
"email": {
"type": "string",
"format": "email",
@@ -9741,6 +9746,11 @@
"type": "string",
"x-go-name": "Language"
},
"last_login": {
"type": "string",
"format": "date-time",
"x-go-name": "LastLogin"
},
"login": {
"description": "the user's username",
"type": "string",