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

Add support for search by uid (#4876)

Signed-off-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
zeripath
2018-10-18 09:44:51 +01:00
committed by Lunny Xiao
parent 7bb4d610e5
commit dd62ca7ba9
3 changed files with 17 additions and 0 deletions

View File

@@ -5203,6 +5203,12 @@
"name": "q",
"in": "query"
},
{
"type": "integer",
"description": "ID of the user to search for",
"name": "uid",
"in": "query"
},
{
"type": "integer",
"description": "maximum number of users to return",