Description
Creates a new channel. If isDefault is true the previous default is cleared.
Parameters
| Name | In | Type | Required | Description |
projectId |
body |
string |
yes |
ID of the project. |
name |
body |
string |
yes |
Channel name. |
description |
body |
string |
no |
Optional description. |
lifecycleId |
body |
string |
no |
Lifecycle to bind to this channel. |
isDefault |
body |
boolean |
no |
Mark as the project's default channel. |
Errors
| Status | Meaning |
400 |
Invalid projectId or validation failure. |
401 |
Missing or invalid Basic auth credentials, or the service account lacks the required role. |