Thanks for adding OpenAPI to the mix!
I was testing the new feature and noticed that the Tags auto generated are using the Route or Path of the endpoint.
Would it be possible to add a Tags annotation to allow multiple endpoints to be grouped together using the swagger
specs.
tags [Tag Object] A list of tags used by the specification with additional metadata. The order of the tags can be used to reflect on their order by the parsing tools. Not all tags that are used by the Operation Object must be declared. The tags that are not declared may be organized randomly or based on the tools’ logic. Each tag name in the list MUST be unique.
For example:
/Movies/
/Movies/{Id}
/Movies/{Id}/Videos
Could share the tag “Movies” and also “Entertainment” so that they are grouped together rather than all having their own individual tag, which is how it appears now.
thanks!
Bob