action crucible_close_review_with_comment { label: "closeReviewWithComment" description: "Closes the given review with the summary given." provider: crucible method: POST path: "/rest-service/reviews-v1/{id}/close" encoding: json output: { type: "object" additionalProperties: true } }