action crucible_change_state { label: "changeState" description: "Change the state of a review by performing an action on it." provider: crucible method: POST path: "/rest-service/reviews-v1/{id}/transition" encoding: json input: { type: "object" properties: { action: { type: "string" } ignoreWarnings: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }