ChannelDirectoryCreateRequest
ChannelDirectoryCreateRequest =
object
Request object for creating a new directory in a channel.
Properties
channelId
channelId:
ChannelGuid
The unique identifier of the channel to create the directory in. Required.
name
name:
string
The display name for the new directory. Required.
parentDirectoryId?
optionalparentDirectoryId:DirectoryGuid
The ID of the parent directory. Optional. When omitted, the directory is created at the channel's root level.