Skip to main content

UpdateStorySettings

UpdateStorySettings is the input required to update a Story's Settings.

type UpdateStorySettings {  live: LiveConfigurationInput  moderation: MODERATION_MODE  premodLinksEnable: Boolean  messageBox: StoryMessageBoxInput}

Fields#

live (LiveConfigurationInput)#

live provides configuration options related to live updates on this Story.

moderation (MODERATION_MODE)#

moderation determines whether or not this is a PRE or POST moderated story.

premodLinksEnable (Boolean)#

premodLinksEnable will put all comments that contain links into premod.

messageBox (StoryMessageBoxInput)#

messageBox stores settings related to the Story Message Box.