update_permission
Update a file's existing permission role. Provide file ID, permission ID, and new role (reader, writer, commenter, or owner).
Instructions
Update an existing permission's role on a file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | Yes | New role: 'reader', 'writer', 'commenter', or 'owner'. | |
| file_id | Yes | The ID of the file. | |
| permission_id | Yes | The ID of the permission to update. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |