Description
Pass only the fields you want to change. Setting isDefault = false on the current default makes the project have no default channel until another one is promoted.
Parameters
| Name | In | Type | Required | Description |
channelId |
body |
string |
yes |
ID of the channel. |
name |
body |
string |
no |
New name. |
description |
body |
string |
no |
New description. |
lifecycleId |
body |
string |
no |
Lifecycle to bind. |
isDefault |
body |
boolean |
no |
Promote to default channel. |
Errors
| Status | Meaning |
400 |
Invalid channelId or validation failure. |
401 |
Missing or invalid Basic auth credentials, or the service account lacks the required role. |