Skip to main content

Partially update studio template

PATCH 

/widget-studio-templates/:studioTemplateId

Update several fields of studio template

Request

Path Parameters

    studioTemplateId int64required

    Id of the widget studio template object

    Example: 100000

Body

required

    id int64

    Id of the widget studio template

    isFavorite boolean

    Indicates if the template has been marked as a favorite

    siteId int64

    Site Id of the project this widget studio template belongs to

    studioTemplate string

    Data that belongs to this widget studio template

    widgetId int64

    Widget that can be parsed and used as a studio template

Responses

OK

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