Updating documentation for adding operation_description

This commit is contained in:
Garima Singh 2016-08-11 22:14:22 +08:00
parent d7f02de0c2
commit 4c533caf68

View File

@ -34,6 +34,7 @@ __NOTE__: It's early days so please be gentle when reporting issues :) As author
post 'creates a new blog' do
consumes 'application/json'
operation_description 'Detailed implementation notes for the create a new blog API endpoint'
parameter :blog, in: :body, schema: {
type: :object,
properties: {