From 7dfe2ec8c1bdd14f62797bb1f28255122ebedb41 Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Sat, 6 Jun 2020 21:44:15 +0200 Subject: [PATCH] removed /notes/{note}/websocket Signed-off-by: Philip Molares --- docs/dev/openapi.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/docs/dev/openapi.yml b/docs/dev/openapi.yml index bbcde7795..303ab7a06 100644 --- a/docs/dev/openapi.yml +++ b/docs/dev/openapi.yml @@ -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: