Skip to content

Reject Stage

POST
/stage/reject

This endpoint is used to reject a stage

Authorizations

bearer
Type
HTTP (bearer)

Responses

application/json
JSON
{
"linkedStageId": "string",
"stageGraphToInsert": [
{
"id": "string",
"name": "string",
"dependencies": [
"string"
]
}
],
"data": {
"reason": "string"
}
}

Playground

Server
Authorization

Samples

Powered by VitePress OpenAPI