update_permission
Modify access levels for Google Docs by changing user permissions from reader to writer or commenter roles to control document collaboration.
Instructions
Change a permission's role.
The permission ID can be obtained from list_permissions.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_id | Yes | The ID of the document | |
| permission_id | Yes | The ID of the permission to update | |
| new_role | Yes | New permission role: 'reader', 'writer', or 'commenter' |