-
-
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
Labels API does not work #6047
Comments
Yes, there is actually a bug with fetching labels of an issue. I have sent PR #6053 for that I cannot replicate the 401 as it goes through on my end here. |
I was using basic authorization header in the swagger UI, with token authentication seems to work. |
closing as resolved. please re-open if needed. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
[x]
):Description
The labels endpoints are not working as expected
GET /repos/{owner}/{repo}/issues/{index}/labels
Always return an epmty array
POST, PUT, DELETE /repos/{owner}/{repo}/issues/{index}/labels
Always returns a 401 status code, but I correctly setted the credentials
The text was updated successfully, but these errors were encountered: