v1

latestOpenAPI 3.0.02026-07-14169306521.0 KB
channels

Creates a channel in the KOTS application.

Create a new channel for the specified app, allowing for configuration of channel properties such as name, description, and feature flags.

Required RBAC Policy: kots/app/[:appid]/channel/create

post/app/{app_id}/channel

Path parameters

app_idstring required

App identifier

Request body

airgapDiffBundlesEnabledboolean

AirgapDiffBundlesEnabled will allow building diff airgap bundles for the channel.

airgapDockerRegistryFormatEnabledboolean

AirgapDockerRegistryFormatEnabled airgap bundles built after enabling this will use the Docker Registry format.

descriptionstring

Description of the channel that is to be created.

enterprisePartnerChannelIDstring

Enterprise Partner Channel Id to be added to channel.

namestring required
semverRequiredboolean

SemverRequired when enabled, will cause an error when non semver values are used for new releases

Response

GetChannelResponse represents a channel.