Home / Resources / API Reference

Lifecycle

Base route: /api/lifecycle

Upsert phase environment

Connects or updates an environment's configuration within a specific lifecycle phase.

Request

Parameters
lifecycleId
string
required
Target lifecycle.
environmentId
string
required
Target environment.
Request body

PUT /api/lifecycle/phase/environment {   "lifecycleId": "string",   "phaseId": "string",   "environmentId": "string",   "howToTrigger": "string" }

Response

200 OK