We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[x]
An GET request against https://try.gitea.io/api/v1/user/krischan157/orgs should return one organization called tree. But the response is an HTTP 404.
The GET request against https://try.gitea.io/api/v1/user/orgs is correctly returning the tree organization.
For both requests the user krischan157 was used for authorization.
The text was updated successfully, but these errors were encountered:
You should visit https://try.gitea.io/api/v1/users/krischan157/orgs but not https://try.gitea.io/api/v1/user/krischan157/orgs
https://try.gitea.io/api/v1/users/krischan157/orgs
https://try.gitea.io/api/v1/user/krischan157/orgs
Sorry, something went wrong.
@lunny Thanks. You are right. But the request against https://try.gitea.io/api/v1/users/krischan157/orgs ist empty, too. Response code ist 200.
Because krischan157 is a private user of the org tree, so he's org will not be shown. And I have allowed admin to see that on PR #5494
tree
No branches or pull requests
[x]
):Description
An GET request against https://try.gitea.io/api/v1/user/krischan157/orgs should return one organization called tree. But the response is an HTTP 404.
The GET request against https://try.gitea.io/api/v1/user/orgs is correctly returning the tree organization.
For both requests the user krischan157 was used for authorization.
The text was updated successfully, but these errors were encountered: