action crucible_mark_all_comments_as_read { label: "markAllCommentsAsRead" description: "For the effective user, mark all comments in a review as read (except\n those marked as leave unread)." provider: crucible method: POST path: "/rest-service/reviews-v1/{id}/comments/markAllAsRead" encoding: json output: { type: "object" additionalProperties: true } }