mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
update user/repos
api description (#16503)
Currently states > List the repos that the authenticated user owns or has access to but the endpoint does not list all repos a user has access to, only the ones a user owns (Also verified and discussed in Discord) Fixes #16502
This commit is contained in:
@@ -11052,7 +11052,7 @@
|
||||
"tags": [
|
||||
"user"
|
||||
],
|
||||
"summary": "List the repos that the authenticated user owns or has access to",
|
||||
"summary": "List the repos that the authenticated user owns",
|
||||
"operationId": "userCurrentListRepos",
|
||||
"parameters": [
|
||||
{
|
||||
|
Reference in New Issue
Block a user