forked from kevadesu/forgejo
Add support for search by uid (#4876)
Signed-off-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
parent
7bb4d610e5
commit
dd62ca7ba9
3 changed files with 17 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue