mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-02-02 04:32:07 +00:00
removed /notes/{note}/websocket
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
fda6cf2e06
commit
1461b7ad62
1 changed files with 0 additions and 18 deletions
|
@ -278,24 +278,6 @@ 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