Create Folder
Create a new folder
POST
https://api.xenia.team/v1/folders
Create new folder
Headers
Name
Type
Description
Authorization*
JWT Token
Access token
Request Body
Name
Type
Description
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