Base route: /api/lifecycle
Updates the core properties and phase configurations of an existing lifecycle.
PUT /api/lifecycle
{
"lifecycleId": "string",
"name": "string",
"description": "string",
"phases": []
}
200 OK