curl -X POST https://app.drime.cloud/api/v1/vault/file-entries/move \ -H "Authorization: Bearer YOUR_ACCESS_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "entryIds": [111346], "destinationId": 111347 }'
{ "entries": [], "destination": { "id": 111347, "name": "Private Folder", "type": "folder", "is_encrypted": 1, "vault_id": 993 }, "status": "success" }
Move entries within the vault
Documentation IndexFetch the complete documentation index at: https://docs.drime.cloud/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.drime.cloud/llms.txt
Use this file to discover all available pages before exploring further.
success