mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-24 23:06:41 +00:00
Merge pull request #416 from mynnx/docs-include-multiple-tags
Document using multiple tags
This commit is contained in:
commit
a0680506e2
@ -136,7 +136,7 @@ There is also a generator which can help get you started `rails generate rspec:s
|
|||||||
path '/blogs/{id}' do
|
path '/blogs/{id}' do
|
||||||
|
|
||||||
get 'Retrieves a blog' do
|
get 'Retrieves a blog' do
|
||||||
tags 'Blogs'
|
tags 'Blogs', 'Another Tag'
|
||||||
produces 'application/json', 'application/xml'
|
produces 'application/json', 'application/xml'
|
||||||
parameter name: :id, in: :path, type: :string
|
parameter name: :id, in: :path, type: :string
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user