action crucible_add_review_item { label: "addReviewItem" description: "Adds the given review item to the review. This will always create a new review item, even if there is an existing\n one with the same data in the review (in which case the existing item will be replaced)." provider: crucible method: POST path: "/rest-service/reviews-v1/{id}/reviewitems/details" encoding: json output: { type: "object" additionalProperties: true } }