curl -X PUT https://app.drime.cloud/api/v1/file-entries/485529678 \ -H "Authorization: Bearer YOUR_ACCESS_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "name": "vacation-photo.jpg", "description": "Beach sunset from our trip" }'
{ "status": "success", "fileEntry": { "id": 485529678, "name": "vacation-photo.jpg", "description": "Beach sunset from our trip", "type": "image", "updated_at": "2024-01-20T15:30:00.000000Z" } }
Rename or update file/folder details
success