v1

latestOpenAPI 3.0.02026-07-14169306521.0 KB
channels

Updates an app channel.

Update the properties of an existing channel, such as its name, description, and feature flags. All properties must be provided in the request body.

Required RBAC Policy: kots/app/[:appid]/channel/[:channelid]/update

put/app/{app_id}/channel/{channel_id}

Path parameters

app_idstring required

App identifier

channel_idstring required

Channel 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.

autoAirgapBuildsValueinteger

AutoAirgapBuildsValue of the channel that is to be updated.

channelIconstring

Icon of the channel that is to be updated.

descriptionstring

Description of the channel that is to be updated.

isDefaultboolean

IsDefault indicates if this channel is the default channel for the application.

namestring required

Name of the channel that is to be updated.

semverRequiredboolean

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

Response

GetChannelResponse represents a channel.