Generate swagger json

This commit is contained in:
Antoine GIRARD 2018-06-11 11:44:39 +02:00
parent 81b841f19d
commit 000e96a2ca

View File

@ -321,9 +321,13 @@
"operationId": "renderMarkdownRaw", "operationId": "renderMarkdownRaw",
"parameters": [ "parameters": [
{ {
"type": "string", "description": "Request body to render",
"name": "body", "name": "body",
"in": "body" "in": "body",
"required": true,
"schema": {
"type": "string"
}
} }
], ],
"responses": { "responses": {