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",
"parameters": [
{
"type": "string",
"description": "Request body to render",
"name": "body",
"in": "body"
"in": "body",
"required": true,
"schema": {
"type": "string"
}
}
],
"responses": {