// Project Channels

Update a project channel

Update a channel's name, description, lifecycle binding, or default flag.

PUT/api/project/channel

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

NameInTypeRequiredDescription
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

StatusMeaning
400 Invalid channelId or validation failure.
401 Missing or invalid Basic auth credentials, or the service account lacks the required role.