Generate swagger json
This commit is contained in:
parent
81b841f19d
commit
000e96a2ca
8
public/swagger.v1.json
vendored
8
public/swagger.v1.json
vendored
|
|
@ -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": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user