curl -X PUT https://app.drime.cloud/api/v1/vault/111345 \ -H "Authorization: Bearer YOUR_ACCESS_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "name": "renamed-document.pdf", "initialName": "original-document.pdf" }'
{ "fileEntry": { "id": 111345, "name": "renamed-document.pdf", "type": "file", "file_size": 371266, "is_encrypted": 1, "iv": "JLo1M0ZrXoB/M5io", "vault_id": 993, "hash": "MTExMzQ1fHBhZA" }, "status": "success" }
Update a vault entry (e.g., rename)
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