Skip to content
VANGUARD OpenAPI
Main Navigation
API Reference
Appearance
Menu
Return to top
Reject Stage
POST
/stage/reject
This endpoint is used to reject a stage
Authorizations
bearer
Type
HTTP (bearer)
Responses
200
400
401
500
Content-Type
application/json
Schema
JSON
JSON
{
"linkedStageId"
:
"string"
,
"stageGraphToInsert"
:
[
{
"id"
:
"string"
,
"name"
:
"string"
,
"dependencies"
:
[
"string"
]
}
]
,
"data"
:
{
"reason"
:
"string"
}
}
POST
/stage/reject
Playground
Server
Select a server...
Authorization
bearer
Try it out
Samples
Powered by
VitePress OpenAPI