LowCodeAPI
  • Replies(2)
    • POST
      Creates a reply to a comment.
    • GET
      Lists a comment's replies.
POST
GET
Google DriveGoogle DriveReplies Creates a reply to a comment.
POST
https://api.lowcodeapi.com/googledrive/drive/v3/files/file_id/comments/comment_id/replies
Path Parameters 2
file_id*string
comment_id*string

The path parameters will be sent as a URL query parameters as a part of the request.

Request Payload

The payload will be sent as a application/json as a part of the request body.

Path Parameters
file_id*string
The ID of the file
comment_id*string
The ID of the comment
Payload
actionstring
The action the reply performed to the parent comment. Valid values are: resolve, reopen.
contentstring*
The plain text content of the reply. This field is used for setting the content, while htmlContent should be displayed. This is required on creates if no action is specified.
Response
API response data will be shown here once the request is completed.
Google Drive