action crucible_mark_comment_as_read { label: "markCommentAsRead" description: "Mark the given comment as read for the user used to make this POST." provider: crucible method: POST path: "/rest-service/reviews-v1/{id}/comments/{cId}/markAsRead" encoding: json output: { type: "object" additionalProperties: true } }