Open jonas0616 opened 1 year ago
Although in OpenAPI, it supports multiple tags in the tags field of each path operation. However, only a single tag can be set using the Group() method. It would be great to add a new OperationOption to set additional tags.
Group()
Hello,
This sounds like a simple modification to support that, would you like to open a PR ?
Although in OpenAPI, it supports multiple tags in the tags field of each path operation. However, only a single tag can be set using the
Group()
method. It would be great to add a new OperationOption to set additional tags.