mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
[API] User expose counters (#16167)
This commit is contained in:
@@ -16345,6 +16345,17 @@
|
||||
"format": "email",
|
||||
"x-go-name": "Email"
|
||||
},
|
||||
"followers_count": {
|
||||
"description": "user counts",
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
"x-go-name": "Followers"
|
||||
},
|
||||
"following_count": {
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
"x-go-name": "Following"
|
||||
},
|
||||
"full_name": {
|
||||
"description": "the user's full name",
|
||||
"type": "string",
|
||||
@@ -16391,6 +16402,11 @@
|
||||
"type": "boolean",
|
||||
"x-go-name": "Restricted"
|
||||
},
|
||||
"starred_repos_count": {
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
"x-go-name": "StarredRepos"
|
||||
},
|
||||
"website": {
|
||||
"description": "the user's website",
|
||||
"type": "string",
|
||||
|
Reference in New Issue
Block a user