Base route: /api/lifecycle
Modifies the configuration of an existing phase within a lifecycle.
PUT /api/lifecycle/phase
{
"lifecycleId": "string",
"phaseId": "string",
"name": "string",
"sortOrder": 0
}
200 OK