Skip to content

Create stage

POST
/stage/create

This route is used to create a new stage.

Authorizations

bearer
Type
HTTP (bearer)

Request Body

application/json
JSON
{
"name": "string",
"validatedBy": "string",
"linkableItem": "string"
}

Responses

application/json
JSON
{
}

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI