drive_update_shared_drive
Update a shared drive's name and restrictions by providing its drive ID. Modify metadata such as admin-managed restrictions with a JSON string.
Instructions
Update metadata of a shared drive (name, restrictions, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New name for the shared drive | |
| driveId | Yes | The ID of the shared drive to update | |
| restrictions | No | JSON string of restrictions to update (e.g. {"adminManagedRestrictions":true}) |