v1

latestOpenAPI 3.0.02026-08-0417295208.0 KB
channels

Update the subchannel

put/channels/{channel_name}/subchannels/{subchannel_name}

Path parameters

channel_namestring required
subchannel_namestring required

Request body

idstring
namestring

This can be any string based name

descriptionstring
parentstring

name of parent channel

privacy'private' | 'authenticated' | 'public'

channel privacy channel

channel_type'default' | 'virtual'

channel type

indexing_behavior'default' | 'frozen'

channel indexing behavior

createdstring

date created

updatedstring

date of last update

Example request

{
  "name": "dev, prod, test, main, utility, ui"
}

Response

successfully updated the subchannel