Model tree
Reply
A reply to a comment on a file. Some resource methods (such asreplies.update) require a replyId. Use the replies.list method to retrieve the ID for a reply.
PatchReply
Request body for Drivereplies.update.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Every object and enum the Replies tools accept.
replies.update) require a replyId. Use the replies.list method to retrieve the ID for a reply.
| Field | Type | Description |
|---|---|---|
content | string | The plain text content of the reply. This field is used for setting the content, while htmlContent should be displayed. This field is required by the create method if no action value is specified. |
action | ReplyAction | The action the reply performed to the parent comment. The supported values are: resolve, reopen. |
replies.update.
| Field | Type | Description |
|---|---|---|
content | string | The plain text content of the reply. This field is used for setting the content, while htmlContent should be displayed. This field is required by the create method if no action value is specified. |
action | ReplyAction | The action the reply performed to the parent comment. The supported values are: resolve, reopen. |
| Value |
|---|
resolve |
reopen |
Was this page helpful?