codex-team/codex.notes

API action. Create folder

Closed this issue · 3 comments

n0str commented

Fields

[+user ID]

  1. Folder ID
  2. Folder Name
  3. Create Timestamp

DB Schema
image

$ curl -X POST --data 'user=xhr3y0tm&name=testname' http://codex.notes.server/v1/folder/create

{'did': 'd123', 'shared': [{'user_id': 'u123'},...], title: "this is the title", 'timestamp': 52176312}