update docs

This commit is contained in:
maaa 2024-02-27 01:19:27 +01:00
parent e29c6559b0
commit b4006fb96c
1 changed files with 3 additions and 0 deletions

View File

@ -68,6 +68,9 @@ note content will have to be decrypted.
POST - /api/editnote - edit notes, provide "secretKey", "noteId", and "content" POST - /api/editnote - edit notes, provide "secretKey", "noteId", and "content"
"content" should be encrypted. "content" should be encrypted.
POST - /api/editnotetitle - edit note titles, provide "secretKey", "noteId", and "content"
"content" should be encrypted.
POST - /api/removenote - remove notes, provide "secretKey" and "noteId" POST - /api/removenote - remove notes, provide "secretKey" and "noteId"
## More stuff ## More stuff