1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-05 18:05:19 +02: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",