You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to get the json response schema in the swagger UI for the get and get multi end points when created with crud_router()?
Basically when I create a set of endpoints (Tenants in the image below ) I would like to see the structure of the json in the response, instead of a simple string...
The text was updated successfully, but these errors were encountered:
Is there a way to get the json response schema in the swagger UI for the get and get multi end points when created with
crud_router()
?Basically when I create a set of endpoints (Tenants in the image below ) I would like to see the structure of the json in the response, instead of a simple string...
The text was updated successfully, but these errors were encountered: