Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Can't create multiple OpenApi Tags on an operation #218

Open
brianwp3000 opened this issue Sep 11, 2019 · 1 comment
Open

Can't create multiple OpenApi Tags on an operation #218

brianwp3000 opened this issue Sep 11, 2019 · 1 comment

Comments

@brianwp3000
Copy link
Member

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.

@Shwetap05
Copy link
Member

@brianwp3000 yes agree code needs to be updated to allow multiple of group tags. I will keep you updated once this is fixed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants