Merge pull request #3139 from jph/add-methods-to-etapi-spec

Add another ETAPI method to the api spec file.
This commit is contained in:
zadam 2022-09-17 14:13:31 +02:00 committed by GitHub
commit 5e9d004ca2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -245,6 +245,19 @@ paths:
text/html:
schema:
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:
parameters:
- name: noteId