Skip to main content
PUT
/
stages
/
{id}
Update Stage
curl --request PUT \
  --url https://tms.universal.rollout.com/api/stages/{id} \
  --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.

Path Parameters

id
string
required

Body

name
string
orderWeight
number

Response

OK

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