mirror of
https://github.com/zadam/trilium.git
synced 2025-12-20 07:09:54 +01:00
chore(server): add OpenAPI spec for to-markdown
This commit is contained in:
@@ -4328,6 +4328,28 @@ paths:
|
|||||||
text/html:
|
text/html:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
|
/api/other/to-markdown:
|
||||||
|
post:
|
||||||
|
tags: [Utilities]
|
||||||
|
summary: Renders given HTML to Markdown
|
||||||
|
operationId: toMarkdown
|
||||||
|
requestBody:
|
||||||
|
required: true
|
||||||
|
content:
|
||||||
|
application/json:
|
||||||
|
schema:
|
||||||
|
type: object
|
||||||
|
required: [htmlContent]
|
||||||
|
properties:
|
||||||
|
htmlContent:
|
||||||
|
type: string
|
||||||
|
responses:
|
||||||
|
'200':
|
||||||
|
description: The input text rendered as Markdown
|
||||||
|
content:
|
||||||
|
text/plain:
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
|
||||||
components:
|
components:
|
||||||
securitySchemes:
|
securitySchemes:
|
||||||
|
|||||||
Reference in New Issue
Block a user