// Project Channels

Create a project channel

Create a new channel for a project.

POST/api/project/channel

Description

Creates a new channel. If isDefault is true the previous default is cleared.

Parameters

NameInTypeRequiredDescription
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

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