added /notes/{note}/websocket

This commit is contained in:
Philip Molares 2020-05-27 14:02:34 +02:00 committed by David Mehren
parent cc1e656b36
commit ea2073fa87
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3

View file

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