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
HI, thanks for your issue! I can't tell if this is a straightforward mapping, is a openapiv2_tag analogous to a service? I'd be happy to look at a PR that experiments with this idea to see if it makes sense.
Yup, that is the distinction the generator currently makes. Of note is that all the methods attached to a service need to point to the renamed openapiv2_tag, and not the original name, else they won't render properly in the swagger UIs. I imagine a first pass at this issue may run into the same issues as described in #3829 (comment)
For methods we can control the OpenAPI title/description via comments
However, I can't find any documentation for doing the same at the service level, and I don't see it in ABitOfEverything.proto. I'd like to do
and have it function as if I did
The text was updated successfully, but these errors were encountered: