-
Notifications
You must be signed in to change notification settings - Fork 179
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
Remove bearer authentication errors, re-set unauthorized responses #1555
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK ef29982
@theborakompanioni Looks ok to you? |
Hmmm.. I am not sure.. shouldn't all endpoints with security:
- bearerAuth: [] potentially answer with a 401 response? @roshii '401':
$ref: '#/components/responses/401-Unauthorized' |
See #1552 (comment)
|
Okay, thanks for the clarification. However, what use is To be more specific, e.g. why does |
In this example:
|
Ok, thanks for taking the time to explain it. 🙏 |
See #1552