-
First check
I'd like to be able to check the |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
i ended up creating a custom APIRouter that overrides |
Beta Was this translation helpful? Give feedback.
-
|
Is it not possible to use response_model |
Beta Was this translation helpful? Give feedback.
-
so one thing I forgot to mention is that.. I have to check and validate the returned |
Beta Was this translation helpful? Give feedback.
i ended up creating a custom APIRouter that overrides
add_api_routeand wraps the endpoint with a function that copies the endpoint's function signature. still interested if there are other options though :)