minor reordering for readability

This commit is contained in:
richie
2016-08-19 15:22:33 -07:00
parent 4a025309aa
commit 19beb9e34d
3 changed files with 4 additions and 4 deletions

View File

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