Update Folder
Update a folder
PATCH
https://api.xenia.team/v1/folders/:id
Update existing folder
Path Parameters
Name
Type
Description
id*
String
Folder id
Headers
Name
Type
Description
Authorization*
JWT Token
Access token
Request Body
Name
Type
Description
title
string
title of the folder
templates
string[]
array of the template id
{
"id": "e77b6442-de60-401c-a173-0afc84a5747e",
"title": "Updated name",
templates: [{}],
"createdAt": 1701743645
"updatedAt": 2001743645
}
Last updated