mirror of
https://github.com/go-gitea/gitea
synced 2025-07-23 02:38:35 +00:00
Add Location, Website and Biography to API (#15675)
This commit is contained in:
@@ -16251,6 +16251,11 @@
|
||||
"type": "string",
|
||||
"x-go-name": "AvatarURL"
|
||||
},
|
||||
"bio": {
|
||||
"description": "the user's biography",
|
||||
"type": "string",
|
||||
"x-go-name": "Description"
|
||||
},
|
||||
"created": {
|
||||
"type": "string",
|
||||
"format": "date-time",
|
||||
@@ -16287,6 +16292,11 @@
|
||||
"format": "date-time",
|
||||
"x-go-name": "LastLogin"
|
||||
},
|
||||
"location": {
|
||||
"description": "the user's location",
|
||||
"type": "string",
|
||||
"x-go-name": "Location"
|
||||
},
|
||||
"login": {
|
||||
"description": "the user's username",
|
||||
"type": "string",
|
||||
@@ -16296,6 +16306,11 @@
|
||||
"description": "Is user restricted",
|
||||
"type": "boolean",
|
||||
"x-go-name": "Restricted"
|
||||
},
|
||||
"website": {
|
||||
"description": "the user's website",
|
||||
"type": "string",
|
||||
"x-go-name": "Website"
|
||||
}
|
||||
},
|
||||
"x-go-package": "code.gitea.io/gitea/modules/structs"
|
||||
|
Reference in New Issue
Block a user