Design Studio

Update a folder

Update part of a folder: the name and/or the folder it belongs to. If you move a folder, all files stay nested in the folder.

put/v1/design_studio/folders/{id}

Path parameters

idstring uuid required

The UUID of the folder.

Request body

namestring

Name of the folder. Cannot contain any of these characters: < > : " / \ | ? * .

parent_folder_idstring uuid nullable

The UUID of the parent folder.

Omit if you want no change to where the folder or file is located. Include null to move it to your root directory. Or add the UUID of another folder to move it there.

Response

Successful response, no content returned

Changes

No recorded changes to this endpoint across all 1 revision of this API.