folders

Update Folder

patch/api/v1/folders/{folder_id}

Path parameters

folder_idstring uuid required

Request body

namestring nullable
parent_folder_idstring uuid nullable
sort_ordernumber nullable

Response

Successful Response

idstring uuid required
project_idstring uuid required
parent_folder_idstring uuid nullable required
namestring required
sort_ordernumber required
created_atstring date-time required

Changes