mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-05-02 10:21:09 -05:00
Merge branch 'master' into next61
# Conflicts: # package-lock.json # src/public/app/services/note_content_renderer.js # src/public/app/widgets/note_tree.js # src/routes/routes.js # src/services/consistency_checks.js # src/services/notes.js # src/services/task_context.js
This commit is contained in:
@@ -231,7 +231,7 @@ paths:
|
||||
schema:
|
||||
$ref: '#/components/schemas/EntityId'
|
||||
get:
|
||||
description: Returns note content idenfied by its ID
|
||||
description: Returns note content identified by its ID
|
||||
operationId: getNoteContent
|
||||
responses:
|
||||
'200':
|
||||
@@ -241,7 +241,7 @@ paths:
|
||||
schema:
|
||||
type: string
|
||||
put:
|
||||
description: Updates note content idenfied by its ID
|
||||
description: Updates note content identified by its ID
|
||||
operationId: putNoteContentById
|
||||
requestBody:
|
||||
description: html content of note
|
||||
|
||||
Reference in New Issue
Block a user