Search Docs
https://your_server/api/notes
GET
x-secret
your secret
[ { "id": 0, "isTopMost": true, "content": "string", "createTime": "2024-09-19T07:44:53.015Z", "lastUpdateTime": "2024-09-19T07:44:53.015Z", "archiveTime": "2024-09-19T07:44:53.015Z", "isArchived": true, "color": 0, "index": 0 } ]
https://your_server
POST
{ "content": "content" }
{ "id": 0, "isTopMost": true, "content": "string", "createTime": "2024-09-19T07:44:53.015Z", "lastUpdateTime": "2024-09-19T07:44:53.015Z", "archiveTime": "2024-09-19T07:44:53.015Z", "isArchived": true, "color": 0, "index": 0 }