action crucible_set_review_item { label: "setReviewItem" description: "Sets the review item specified by itemId with the given reviewItem. The old review item is discarded. Can only\n perform this operation if the old review item specified by itemId can be deleted. The old review item's permId is\n not changed." provider: crucible method: PUT path: "/rest-service/reviews-v1/{id}/reviewitems/{riId}/details" encoding: json output: { type: "object" additionalProperties: true } }