feat: updated existing APIs to enable to generate OpenAPI documentation - #157
feat: updated existing APIs to enable to generate OpenAPI documentation #157Jagrutiti wants to merge 30 commits into
Conversation
aadarsh-ram
left a comment
There was a problem hiding this comment.
Hey @Jagrutiti! There are some changes that I have requested, which can be easily rectified. Thanks for the contribution!
Co-authored-by: Aadarsh A <aadarsh.ram@gmail.com>
Co-authored-by: Aadarsh A <aadarsh.ram@gmail.com>
Co-authored-by: Aadarsh A <aadarsh.ram@gmail.com>
Co-authored-by: Aadarsh A <aadarsh.ram@gmail.com>
Co-authored-by: Aadarsh A <aadarsh.ram@gmail.com>
Co-authored-by: Aadarsh A <aadarsh.ram@gmail.com>
Sorry I misread this, it was removed, but it makes your tests fail… you should not remove the build/.empty file, it is important indeed ! |
…nto change-to-enable-openapi-doc
…nto change-to-enable-openapi-doc
…rutiti/taxonomy-editor into change-to-enable-openapi-doc
Co-authored-by: Alex Garel <alex@garel.org>
alexgarel
left a comment
There was a problem hiding this comment.
@Jagrutiti ok, thanks, that's a good first step.
I think we have to go further to describe the API more deeply (on the response side). Did you test everything is still working after your changes ?
Co-authored-by: Alex Garel <alex@garel.org>
…rutiti/taxonomy-editor into change-to-enable-openapi-doc
Do you mean adding response description as give in this documentation: https://fastapi.tiangolo.com/advanced/additional-responses/#additional-response-with-model?
All the tests cases did pass. And the APIs are working fine. |
What
Closes
Change API to enable auto OpenAPI documentation #77