action crucible_add_patch_to_review { label: "addPatchToReview" description: "Add the revisions in a patch to an existing review." provider: crucible method: POST path: "/rest-service/reviews-v1/{id}/patch" encoding: json output: { type: "object" additionalProperties: true } }