action crucible_mark_comment_as_leave_unread { label: "markCommentAsLeaveUnread" description: "Marks the comment as leave unread to the current user - it will not automatically be marked as read by crucible." provider: crucible method: POST path: "/rest-service/reviews-v1/{id}/comments/{cId}/markAsLeaveUnread" encoding: json output: { type: "object" additionalProperties: true } }