Skip to main content

Partially update template

Update several fields of template

Path Parameters
  • templateId int64 required

    The ID of the template object

    Example: 100000
Request Body required
  • config string

    The widget editor configuration field is connected to the translation locales field in JSON format

  • description string

    Description of template

  • isCustomTemplate boolean

    Boolean value to indicate if a custom template is being used

  • name string

    Name for the given template

  • siteId int64

    Website id that a template belongs to

  • status string

    Possible values: [DRAFT, ACTIVE, PAUSED]

    Template status

  • tags string[]

    Field to store tags that are associated with this template

  • templateCssCode string

    Template CSS script that is associated with this template

  • templateHtmlCode string

    Template html markup text that is associated with this template

  • templateJavaScriptCode string

    Template JavaScript code that is associated with this template

  • type string

    Possible values: [TEMPLATE, EDITOR]

    Type of template

  • uiCssCode string

    UI CSS script that is associated with this template

  • uiHtmlCode string

    UI HTML markup text that is associated with this template

  • url string

    Url associated with this template

  • useCustomData boolean

    Boolean value to indicate if custom data is being used

  • widgetEditorTemplate string

    Widget editor code that is associated with this template

Responses

OK


Schema
  • config string

    Widget editor configuration field linked to the translation locales field in JSON format.

  • cssCode string

    UI CSS script that is associated with this template.

  • dateActivated date-time

    Timestamp of when a record is activated.

  • dateCreated date-time

    Timestamp of when a record is created.

  • dateModified date-time

    Timestamp of when a record is modified.

  • description string

    Description of template.

  • htmlCode string

    UI Html markup text that is associated with this template.

  • id int64

    Unique identifier of the given template.

  • isCustomTemplate boolean

    Boolean value of is custom template.

  • name string

    Name for the given template.

  • siteId int64 required

    Website id of the studio template.

  • status string

    Possible values: [DRAFT, ACTIVE, PAUSED]

    Template status.

  • tags string[]

    Field to store tags that are associated with this template.

  • templateCssCode string

    Template CSS script that is associated with this template.

  • templateHtmlCode string

    Template HTML markup that is associated with this template.

  • templateJavaScriptCode string

    Template JavaScript code that is associated with this template.

  • type string

    Possible values: [TEMPLATE, EDITOR]

    Type of template.

  • url string

    Url associated with this template.

  • useCustomData boolean

    Boolean value to indicate if custom data is being used.

  • widgetEditorTemplate string

    Widget editor code that is associated with this template.

Loading...