Rename a storage folder
Renames a virtual storage folder and cascades the change to descendant folders and file associations.
PATCH
/api/storage/foldersBody
vaultIdstringpathstringrequirednewNamestringrequiredRequest
curl
curl -X PATCH https://platform.trickest.com/api/storage/folders \
-H "Authorization: Bearer $TRICKEST_TOKEN" \
-H "Content-Type: application/json" \
-d '{ }'Responses
200Renamed folder ({ success, oldPath, newPath }); bespoke body, no entity schema
successboolean400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring