Skip to main content
POST
/
stages
Create Stage
curl --request POST \
  --url https://tms.universal.rollout.com/api/stages \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "orderWeight": 123
}
'
{
  "id": "<string>",
  "name": "<string>",
  "orderWeight": 123,
  "originalIds": {},
  "original": {}
}

Documentation Index

Fetch the complete documentation index at: https://rollout.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Body

name
string
required
orderWeight
number
required

Response

Created

id
string
required
name
string
required
orderWeight
number
required
originalIds
object
required
original
object
required