-
Notifications
You must be signed in to change notification settings - Fork 767
fix: openapi docs authorization #2182
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
base: main
Are you sure you want to change the base?
fix: openapi docs authorization #2182
Conversation
1/ does your changes compatible with the current backend functionalities ? |
Yes, the changes are compatible with the current backend functionalities. Code changes:
|
man @theedigerati just a gentle reminder, you PR is a bit dirty haha. please clean it by reducing the unnecessary changes. (as 2/) then just share me a bit about your tests (follow up with 1/) |
@aaravgarg could you help with following up on this ticket, feel free to ask for a merge if you think everything looks good. |
Hello @beastoin, I realised that my default editor formatting obscured the important changes, along with some edits I had intended as improvements. My apologies. For testing, I used the Swagger docs to try out all the integration endpoints, as well as the ones for creating and enabling an app. Everything worked as expected, which covered the areas where I made changes. Just curious — is there any particular reason there's no formatter or test suite set up for the Python codebase? |
Add HTTPBearer Authorization to OpenAPI docs.