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
If one wants to create an api which server multiple versions (e.g. v1/user, v2/users), is there a way to also generate multiple openapi schemas for it?
Tags are a workaround, but normally used to group routes which are related.
Probably another decorator @version would be needed?
The text was updated successfully, but these errors were encountered:
If one wants to create an api which server multiple versions (e.g. v1/user, v2/users), is there a way to also generate multiple openapi schemas for it?
Tags are a workaround, but normally used to group routes which are related.
Probably another decorator
@version
would be needed?The text was updated successfully, but these errors were encountered: