mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-24 23:06:41 +00:00
Updating documentation for adding operation_description
This commit is contained in:
parent
d7f02de0c2
commit
4c533caf68
@ -34,6 +34,7 @@ __NOTE__: It's early days so please be gentle when reporting issues :) As author
|
|||||||
|
|
||||||
post 'creates a new blog' do
|
post 'creates a new blog' do
|
||||||
consumes 'application/json'
|
consumes 'application/json'
|
||||||
|
operation_description 'Detailed implementation notes for the create a new blog API endpoint'
|
||||||
parameter :blog, in: :body, schema: {
|
parameter :blog, in: :body, schema: {
|
||||||
type: :object,
|
type: :object,
|
||||||
properties: {
|
properties: {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user