Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X POST https://api.phanomcloud.online/bots/3fa85f64-5717-4562-b3fc-2c963f66afa6/files/move \ -H "Authorization: Bearer sess_..." \ -H "Content-Type: application/json" \ -d '{ "src": "src/old-handler.js", "dest": "src/handler.js" }'
{ "success": true, "data": { "src": "src/old-handler.js", "dest": "src/handler.js" }, "message": "Moved \"src/old-handler.js\" → \"src/handler.js\"" }
Moves or renames a file or folder within the bot’s directory.
src/old-name.js
src/new-name.js