Resolve Comment
drive_resolve_commentResolve a comment in Google Docs by supplying the file ID and comment ID to mark it as resolved.
Instructions
Mark a comment as resolved on a Google Doc.
Args:
file_id (string): The ID of the Google Doc
comment_id (string): The ID of the comment to resolve
Returns: { "id": string, "resolved": true }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | Yes | The ID of the Google Doc containing the comment | |
| comment_id | Yes | The ID of the comment to resolve |