mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-24 18:56:32 -05:00
added /notes/{note}/websocket
This commit is contained in:
parent
cc1e656b36
commit
ea2073fa87
1 changed files with 18 additions and 0 deletions
|
@ -239,6 +239,24 @@ paths:
|
||||||
content:
|
content:
|
||||||
text/plain:
|
text/plain:
|
||||||
example: my-note
|
example: my-note
|
||||||
|
/notes/{note}/websocket:
|
||||||
|
get:
|
||||||
|
tags:
|
||||||
|
- note
|
||||||
|
summary: Returns the websocket of a note.
|
||||||
|
operationId: getNoteWebsocket
|
||||||
|
responses:
|
||||||
|
200:
|
||||||
|
description: The websocket of the note
|
||||||
|
content: {}
|
||||||
|
parameters:
|
||||||
|
- name: note
|
||||||
|
in: path
|
||||||
|
required: true
|
||||||
|
description: The note for which the markdown should be exported
|
||||||
|
content:
|
||||||
|
text/plain:
|
||||||
|
example: my-note
|
||||||
/notes/{note}/export/markdown:
|
/notes/{note}/export/markdown:
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Reference in a new issue