Skip to content

UpdateFragmentRequest

Type: object

Request body for updating a fragment.

Properties

Property Type Required Description Constraints
name string No
description string No
data model: DataDTO No
editorContext model: EditorContextDto No
settings model: UpdateFragmentSettingsDTO No

Generated example

{
  "name": "Example name",
  "description": "string",
  "data": {
    "html": {
      "body": "string"
    },
    "text": {
      "body": "string",
      "syncFromHtml": true
    }
  },
  "editorContext": {
    "dynamicContent": {}
  },
  "settings": {
    "fragmentType": "string",
    "fragmentSubType": "string",
    "supportedChannels": [
      "string"
    ]
  }
}

Referenced models

Source

Generated from swagger-asset.json.