action crucible_get_reviews_details_for_path { label: "getReviewsDetailsForPath" description: "Return a list of Reviews which include a particular file." provider: crucible method: GET path: "/rest-service/reviews-v1/search/{repository}/details" encoding: json input: { type: "object" properties: { path: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }