mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 00:20:25 +08:00 
			
		
		
		
	Add LastLogin to the User API (#7196)
This commit is contained in:
		@@ -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",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user