Base route: /api/project
Creates a new channel for release management, allowing for parallel versions and specific promotion rules via lifecycles.
POST /api/project/channel
{
"projectId": "string",
"name": "string",
"description": "string",
"lifecycleId": "string",
"isDefault": false
}
{
"channelId": "string"
}