removed /notes/{note}/websocket

Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
Philip Molares 2020-06-06 21:44:15 +02:00 committed by David Mehren
parent db9917e77b
commit 7dfe2ec8c1
No known key found for this signature in database
GPG key ID: 6017AF117F9756CB

View file

@ -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: