Skip to main content

UpdateMessageBlockSettings

Stable

Signature

mutation {
UpdateMessageBlockSettings(messageBlockId: ...)
}

Retourne : MessageBlock

Arguments

NomTypeRequisDéfautDescription
messageBlockIdID!
enabledBoolean
sortIndexInt

Exemple

mutation {
UpdateMessageBlockSettings(
messageBlockId: $messageBlockId
) {
id
content
localizedContent {}
localizedName {}
enabled
displayConditions {}
segments {}
name
sortIndex
}
}