Associate files with a folder
Associates one or more files with a virtual storage folder. Body accepts `{ vaultId, fileId, folderPath }` or `{ vaultId, fileIds, folderPath }`.
POST
/api/storage/folders/filesRequest
curl
curl -X POST https://platform.trickest.com/api/storage/folders/files \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Files associated ({ success, folderPath, fileCount }); body is not validated by a zod schema
successboolean400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring