My FastAPI generated automatic documentation is sill showing default error code and error message format.
Is it possible to update the API documentation to reflect my change like the correct error code and the right error output format?
The current way to do it is modifying the generated OpenAPI https://fastapi.tiangolo.com/advanced/extending-openapi/
Yeah! It worked for me. Thanks!