Base route: /api/project
Updates the configuration of an existing project channel, including its name, description, associated lifecycle, and default status.
PUT /api/project/channel
{
"channelId": "string",
"name": "string",
"description": "string",
"lifecycleId": "string",
"isDefault": true
}
200 OK