Skip to main content

Create a new widget studio template

POST 

/widget-studio-templates

Create new studio template with given parameters

Request

Body

required

    isFavorite boolean

    Indicates if this template has been marked as a favorite.

    siteId int64required

    Site Id of the widget studio template.

    studioTemplate string

    Widget studio template data that is associated with this template.

    widgetId int64

    Widget that can be parsed and used as a studio template.

Responses

Created

Schema

    id int64

    Unique Id of the given widget studio template.

    isFavorite boolean

    Indicates if this template has been marked as a favorite.

    siteId int64required

    Site Id of the widget studio template.

    studioTemplate string

    Widget studio template data that is associated with this template.

    widgetId int64

    Widget that can be parsed and used as a studio template.

Loading...