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
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"
}
success)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"
}