| description | Automatically generated file. DO NOT MODIFY |
|---|
const options = {
authProvider,
};
const client = Client.init(options);
const driveItem = {
name: 'Shared legal agreements'
};
await client.api('/drive/items/{bundle-id}')
.update(driveItem);