update docs
This commit is contained in:
parent
e29c6559b0
commit
b4006fb96c
|
@ -68,6 +68,9 @@ note content will have to be decrypted.
|
|||
POST - /api/editnote - edit notes, provide "secretKey", "noteId", and "content"
|
||||
"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"
|
||||
|
||||
## More stuff
|
||||
|
|
Loading…
Reference in New Issue