API Reference

Channels.updateChannelInfo


Syntax

bool channels.updateChannelInfo ( int channel, string name = NULL, string shortname = NULL, string description = NULL, int parentchannel = NULL, string emailaddress = NULL, array geoblocking = array(), int readonly = NULL, int disableembed = NULL, int modemailaccepted = NULL, int modemaildenied = NULL, mixed visibility = NULL, string defaultsort = NULL, string thread_notification_template = NULL, string media_notification_template = NULL, int tid = 0, string triggerevent = 'default', int delete_media_interval = NULL, int delete_media_moderationstatus = NULL, array newProperties = array() )

Arguments

NameTypeRequiredDefault valueDescription
channelintRequirednoneThe channel ID
namestringOptionalNULLThe name of the channel
shortnamestringOptionalNULLThe shortname of the channel
descriptionstringOptionalNULLThe description of the channel
parentchannelintOptionalNULLThe parent channel ID
emailaddressstringOptionalNULLThe email address for the channel
geoblockingarrayOptionalarray()The geoblocking settings
readonlyintOptionalNULLThe readonly flag
disableembedintOptionalNULLThe disableembed flag
modemailacceptedintOptionalNULLThe moderation mail accepted ID
modemaildeniedintOptionalNULLThe moderation mail denied ID
visibilitymixedOptionalNULLThe visibility of the channel
defaultsortstringOptionalNULLThe default sort order
thread_notification_templatestringOptionalNULLThe thread notification template
media_notification_templatestringOptionalNULLThe media notification template
tidintOptional0The template ID
triggereventstringOptional'default'The trigger event
delete_media_intervalintOptionalNULLThe delete media interval
delete_media_moderationstatusintOptionalNULLThe delete media moderation status
newPropertiesarrayOptionalarray()Additional properties

Sample Response

Code examples

0 comments

Be the first to comment on updateChannelInfo.

Add a Comment

  • captcha