-
-
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
API : teams query #1809
Comments
@camlafit #1811 fixes the second query. The third query should return a 404 if |
Hi No more 500 on second query, but now 404
Thirth query looks ok now, user is set to team. User related to token is
Username is
|
@camlafit If the user authenticated by |
Hi Ok understood, looks normal and this issue should be set as solved, but I've two others questions directly related :
And about admin usage (get all teams, ...) , should be set in /api/v1/admin/ part |
@camlafit maybe you can fire another issue or maybe there is already an issue to describe it. |
[x]
):Description
Following url provided by api/v1/api.go, I've try to get teams informations and set members to team.
I've tried with 1.1.1 and master version on 386 arch
Query tested :
1/ With first query log shown :
Looks logical any endpoint looks defined, but get all teams should be a plus
2/ With second query log shown :
3/ With third query
The text was updated successfully, but these errors were encountered: