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
{{ message }}
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
The OpenApi spec allows for each Operation Object to have multiple Tags associated with it. Currently, OpenApiDocumentGenerator uses the first <group> comment it finds on an operation to populate the Tags field in the output, which means you can only specify 1 Tag per operation.
The text was updated successfully, but these errors were encountered:
The OpenApi spec allows for each Operation Object to have multiple Tags associated with it. Currently, OpenApiDocumentGenerator uses the first
<group>
comment it finds on an operation to populate the Tags field in the output, which means you can only specify 1 Tag per operation.The text was updated successfully, but these errors were encountered: