mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
24e4455e91
@ -245,6 +245,19 @@ paths:
|
|||||||
text/html:
|
text/html:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
|
put:
|
||||||
|
description: Updates note content idenfied by its ID
|
||||||
|
operationId: putNoteContentById
|
||||||
|
requestBody:
|
||||||
|
description: html content of note
|
||||||
|
required: true
|
||||||
|
content:
|
||||||
|
text/plain:
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
responses:
|
||||||
|
'204':
|
||||||
|
description: note content updated
|
||||||
/notes/{noteId}/export:
|
/notes/{noteId}/export:
|
||||||
parameters:
|
parameters:
|
||||||
- name: noteId
|
- name: noteId
|
||||||
|
Loading…
x
Reference in New Issue
Block a user