v1.0.0
OpenAPI 3.1.0
Update a folder
Client Libraries
US region
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.
The UUID of the folder.
Name of the folder. Cannot contain any of these characters: < > : " / \ | ? * .
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.
Successful response, no content returned
curl https://api.customer.io/v1/design_studio/folders/123e4567-e89b-12d3-a456-426614174000 \
--request PUT \
--header 'Content-Type: application/json' \
--data '{
"name": "",
"parent_folder_id": null
}'
Successful response, no content returned