opensesh docs

Reorder pipeline stages

PUT
/pipeline/stages/order

Authorization

bearerAuth
AuthorizationBearer <token>

An organization API key (osk_…)

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X PUT "https://example.com/pipeline/stages/order" \  -H "Content-Type: application/json" \  -d '{    "stageIds": [      "string"    ]  }'
{  "ok": true}