Base route: /api/lifecycle
Adds a new step or phase to an existing lifecycle, specifying criteria for progression and environment targets.
POST /api/lifecycle/phase
{
"lifecycleId": "string",
"name": "string",
"sortOrder": 0,
"environments": []
}
{
"phaseId": "string"
}