v2

latestOpenAPI 3.1.02026-08-05313314398.1 KB
folders

Move Folder

Move a folder to a new parent (or to root if parent_folder_id is null).

Returns 409 if the move would create a circular reference.

patch/api/v1/folders/{folder_id}/move

Path parameters

folder_idstring uuid required

Request body

parent_folder_idstring uuid nullable

Response

Successful Response

idstring uuid required
company_idstring uuid required
user_idstring uuid required
namestring required
parent_folder_idstring uuid nullable required
created_atstring date-time required
updated_atstring date-time required