Skip to main content

Update widget studio template

PUT 

/widget-studio-templates/:studioTemplateId

Update studio template with given id

Request

Path Parameters

    studioTemplateId int64required

    The ID of the widget studio template object

    Example: 100000

Body

required

    isFavorite boolean

    Boolean value to indicate if the template is a favorite.

    siteId int64required

    Project or site id of a 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

OK

Schema

    id int64

    Unique identifier of the given widget studio template.

    isFavorite boolean

    Boolean value to indicate if the template is a favorite.

    siteId int64required

    Project or site id of a 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...