CreateComment
CommentService
CreateComment
Creates a comment on a resource.
POST
CreateComment
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The request for a call to CommentService_CreateComment.
The request for a call to CommentService_CreateComment.
The ID of the resource to attach the comment to.
The type of resource a comment is attached to. Designed to be extended over time.
Available options:
COMMENT_ENTITY_TYPE_UNSPECIFIED, COMMENT_ENTITY_TYPE_CANVAS_CELL_EXECUTION The rich-text body of the new comment.
Response
A successful response.
The response of a call to CommentService_CreateComment.
A single comment attached to a resource.