Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

ChannelUpdateAction

export type ChannelUpdateAction = {
    addRoles?: InputMaybe<AddChannelRoles>;
    changeDescription?: InputMaybe<ChangeChannelDescription>;
    changeKey?: InputMaybe<ChangeChannelKey>;
    changeName?: InputMaybe<ChangeChannelName>;
    removeRoles?: InputMaybe<RemoveChannelRoles>;
    setAddress?: InputMaybe<SetChannelAddress>;
    setAddressCustomField?: InputMaybe<SetChannelAddressCustomField>;
    setAddressCustomType?: InputMaybe<SetChannelAddressCustomType>;
    setCustomField?: InputMaybe<SetChannelCustomField>;
    setCustomType?: InputMaybe<SetChannelCustomType>;
    setGeoLocation?: InputMaybe<SetChannelGeoLocation>;
    setRoles?: InputMaybe<SetChannelRoles>;
};

Referenced Types

On this page