Updates the given file
Future<void> updateFile(File file) async { await _put('/api/media/file/${file.id}', data: {'name': file.name}); }