grpc-ecosystem / grpc-gateway

gRPC to JSON proxy generator following the gRPC HTTP spec

Home Page:https://grpc-ecosystem.github.io/grpc-gateway/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

openapiv2_tag.name does not work

omrikiei opened this issue Β· comments

πŸ› Bug Report

openapiv2_tag name attribute is not being considered during generation

To Reproduce

  1. Annotate with openapiv2_tag.name to a name different than the service's name
  2. buf generate

Expected behavior

name should override the service name in swagger.json artifact.

Please assign this to me if possible - I'm working on a fix

Actual Behavior

Name doesn't change

Your Environment