You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

32 lines
731 B

---
post:
description: Preview wiki or markdown syntax blocks in html
requestBody:
required: true
content:
application/x-www-form-urlencoded:
schema:
type: object
properties:
content:
type: string
parser_options:
type: array
items:
type: string
responses:
'200':
description: parsed html content
content:
application/json:
schema:
type: object
properties:
parsed:
type: string
'403':
description: forbidden
content:
application/json:
schema:
$ref: schemas-Error.yaml