full-stack-fastapi-template
full-stack-fastapi-template copied to clipboard
HTTPExceptions are currently undocumented
Some of the endpoints raise HTTPExceptions with undefined status codes and response payloads according to the API-spec.
I've added these as a addition responses in the route decorators as well as a schema model for the error, so that these errors are explicitly documented for API-consumers.