Skip to main content

Update template

PUT 

/templates/:templateId

Update template with given id

Request

Path Parameters

    templateId int64required

    The ID of the template object

    Example: 100000

Body

required

    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.

    description string

    Description of template.

    htmlCode string

    UI Html markup text that is associated with this template.

    isCustomTemplate boolean

    Boolean value of is custom template.

    name string

    Name for the given template.

    siteId int64required

    Website id of the studio template.

    status string

    Template status.

    Possible values: [DRAFT, ACTIVE, PAUSED]

    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

    Type of template.

    Possible values: [TEMPLATE, EDITOR]

    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 int64required

    Website id of the studio template.

    status string

    Template status.

    Possible values: [DRAFT, ACTIVE, PAUSED]

    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

    Type of template.

    Possible values: [TEMPLATE, EDITOR]

    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...