We’ve migrated our documentation to a new site, which means some URLs have changed.
Audience

/widget/creative/template/update

Update a creative template. Any change to a template must not break adherence of associated creatives. For instance, to make an element required, the element must already be present in every associated creative.

The user must be authenticated and have write permissions to the site group.

Request

The request object has the following fields:

Name

Type

Required

Description

id

String

Yes

Identifier for the creative template.

siteGroupId

String

No

The site group identifier the creative template belongs to.

name

String

No

The template name.

elements

Array of Element objects

No

See

/creative/template/create

Response

The response object is the empty object.

Last updated: