Document using multiple tags

This commit is contained in:
mynnx 2021-04-08 15:44:07 -07:00
parent 05e22c3bd7
commit 4a32108f78

View File

@ -136,7 +136,7 @@ There is also a generator which can help get you started `rails generate rspec:s
path '/blogs/{id}' do
get 'Retrieves a blog' do
tags 'Blogs'
tags 'Blogs', 'Another Tag'
produces 'application/json', 'application/xml'
parameter name: :id, in: :path, type: :string