Assets

Update a folder

Updates the name and/or parent folder of an existing folder. At least one of name or parent_folder_id must be provided. Moving a folder into itself or one of its descendants is not allowed (cycle detection).

put/v1/assets/folders/{id}

Path parameters

idinteger required

The unique identifier of the resource.

Request body

namestring

New display name for the folder. Cannot be blank after trimming.

parent_folder_idinteger nullable

The ID of the new parent folder. Set to null to move the folder to the root level. Cannot be the folder itself or one of its descendants.

Response

Folder updated successfully.

Changes

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