Update Risk StageAsk AIpost https://{hostname}/api/risk/v2/risks/{id}/assign-stageUse this API to assign a risk to a stage in a workflow. πThings to Know This API will move the risk to the specified stage in the workflow. The risk must be in a valid stage to be moved to the target stage. Path ParamsiduuidrequiredRisk unique IdentifierBody ParamsnextStageIduuidNext stage ID - Only required if the navigation direction is SpecificdirectionstringenumrequiredNavigation directionFirstNextPreviousLastSpecificAllowed:FirstNextPreviousLastSpecificparametersobjectAdditional parameters for workflow navigation customizationparameters objectcommentstringlength between 0 and 4000Comment describing the stage changeResponses 200Risk stage changed successfully 400Bad Request 401Unauthorized 403Forbidden 429Too Many Requests. For more information, see API Rate Limits. 500Internal Server ErrorUpdated 4 months ago