Create Folder

Create a new folder

POST https://api.xenia.team/v1/folders

Create new folder

Headers

NameTypeDescription

Authorization*

JWT Token

Access token

Request Body

NameTypeDescription

title*

string

The name of folder

templates*

string[]

An array of template id

{   
    "id": "e77b6442-de60-401c-a173-0afc84a5747e",
    "title": "Opening Checklists",
    templates: [{}],
    "workspaceId": "e77b6442-de60-401c-a173-0afc84a5745f",
    "createdAt": 1701743645
    "updatedAt": 2001743645
}

Last updated