Create a storage folder
Creates a virtual storage folder (and any missing ancestors) at the given path.
POST
/api/storage/foldersBody
vaultIdstringpathstringrequireddescriptionstringRequest
curl
curl -X POST https://platform.trickest.com/api/storage/folders \
-H "Authorization: Bearer $TRICKEST_TOKEN" \
-H "Content-Type: application/json" \
-d '{ }'Responses
200Created folder; bespoke `{ folder }` / `{ message, path }` body, no entity schema
successboolean400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring