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
I know this is an old issue, but it seems it still hasn't been resolved. The way I had it - partially - working was by adding @swagger.nested decorator, which in the above case would be:
and the swagger doc was generated correctly.
The problem I got - and that why I mentioned it worked partially - was that the nested decorator broke @classmethod decorator and SQLAlchemy select queries were not working.
I'm trying to express the following:
I've done this in python like so:
However, the resulting swagger spec doesn't include the nested class:
How can I troubleshoot this?
The text was updated successfully, but these errors were encountered: