v1

latestOpenAPI 3.0.02026-07-14169306521.0 KB
channels

Patches an app channel.

Allow partial updates to a channel's properties. Only the fields provided in the request body will be updated.

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

patch/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.

autoAirgapBuildsValueboolean

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

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.