From b4006fb96cde43771a0bb97a72dc0376eec68c56 Mon Sep 17 00:00:00 2001 From: maaa Date: Tue, 27 Feb 2024 01:19:27 +0100 Subject: [PATCH] update docs --- APIDOCS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/APIDOCS.md b/APIDOCS.md index 7f4340e..c49dfbc 100644 --- a/APIDOCS.md +++ b/APIDOCS.md @@ -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