Update Folder

Update a folder

PATCH https://api.xenia.team/v1/folders/:id

Update existing folder

Path Parameters

NameTypeDescription

id*

String

Folder id

Headers

NameTypeDescription

Authorization*

JWT Token

Access token

Request Body

NameTypeDescription

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