mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-22 22:06:43 +00:00
Document using multiple tags
This commit is contained in:
parent
05e22c3bd7
commit
4a32108f78
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user