Sign in

Create stage

documented

Create a new stage in a pipeline.

PUT /api/v1/pipelines/{pipelineKey}/stagesPipelinesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.streak.com/api/v1/pipelines/{{$pipelineKey}}/stages" \
  -X PUT \
  -H "Authorization: Basic {{STREAK_API_KEY}}:" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -H "Accept: application/json" \
  -d "name={{$stageName}}"
Create stage · Streak · OpenIntegrations