Open TangMonk opened 7 years ago
Now I have to add tag description in documentation using this following way:
add_swagger_documentation(
format: :json,
tags: [
{ name: 'medicals', description: '医生操作' }
]
)
Hi @TangMonk … is it still relevant? then please provide at first a spec, so we have a use case, thanks
I am using rails 5.1.1 and ruby 2.4.1, grape and grape-swagger is the latest version
this following code did not generate swagger tag description,