I want to exectue stage in Manual Judgment via http api.
I search swagger and api docs however I couldn't find.
Is there any way?
I think you can do this in the following way:
http://spin-api-url/pipelines/<pipeline-execution-id>/stages/<manual-judgement-stage-id>
Patch
{"judgmentStatus":"continue"}
You can get the pipeline and stage execution Ids using the APIs.
/applications/{application}/executions/search
/pipelines/{id}
Ref: api-Pipelinecontroller-getPipelineUsingGET