action crucible_get_review_patches { label: "getReviewPatches" description: "Get a list of patches and their details for the given review" provider: crucible method: GET path: "/rest-service/reviews-v1/{id}/patch" encoding: json output: { type: "object" additionalProperties: true } }