mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-12-29 07:31:19 +00:00
removed /notes/{note}/websocket
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
db9917e77b
commit
7dfe2ec8c1
1 changed files with 0 additions and 18 deletions
|
@ -278,24 +278,6 @@ paths:
|
|||
content:
|
||||
text/plain:
|
||||
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:
|
||||
get:
|
||||
tags:
|
||||
|
|
Loading…
Reference in a new issue