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