action crucible_complete_review { label: "completeReview" description: "Completes the review for the current user" provider: crucible method: POST path: "/rest-service/reviews-v1/{id}/complete" encoding: json input: { type: "object" properties: { ignoreWarnings: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }