Base route: /api/lifecycle
Connects or updates an environment's configuration within a specific lifecycle phase.
PUT /api/lifecycle/phase/environment
{
"lifecycleId": "string",
"phaseId": "string",
"environmentId": "string",
"howToTrigger": "string"
}
200 OK