add formData support

This commit is contained in:
ali.q
2017-04-15 01:34:05 +04:30
committed by ali
parent 25d8adaf8b
commit 182ee093f4
12 changed files with 154 additions and 18 deletions

View File

@@ -39,9 +39,10 @@ RSpec.configure do |config|
properties: {
id: { type: 'integer' },
title: { type: 'string' },
content: { type: 'string' }
content: { type: 'string' },
thumbnail: { type: 'string'}
},
required: [ 'id', 'title', 'content' ]
required: [ 'id', 'title', 'content', 'thumbnail' ]
}
},
securityDefinitions: {