Create stage
documentedCreate a new stage in a pipeline.
PUT /api/v1/pipelines/{pipelineKey}/stagesPipelinesno implementation yet0 runsNo 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}}"