-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GET /api/v1/orgs returns no organisations #16785
Comments
Can't reproduce this. I think you need to be more specific about
|
Request is: GET /api/v1/orgs?token=XXX The request worked with gitea 1.14.6 With the request: GET /api/v1/orgs/myOrgName?token=XXX I can access every single org. |
If I had to guess, the Actor is not passed as searchOption |
my guess was right - I alos found a similar bug on a second api :D EDIT: @markusschaefer thanks for reporting! |
* fix bug #16785 and similar * code format * CI.restart()
[x]
):Description
The api call "/api/v1/orgs" returns an empty result although there are many organisations and the user is owner of these organisations.
The text was updated successfully, but these errors were encountered: