Skip to main content

Create a template style version

Creates a new template style version with template and template style objects all in a single request.

Request Body
pack string REQUIRED

Accessible URL of a template file.

language string

Language of this version. Default is en.

template_style_spec object REQUIRED

The field be used to create a new template style that this template style version will belong to.

name object

Set of language-name pairs that you can put a name to template style object.

template_spec object

The field be used to create a new template that this template style will belong to.

name object

Set of language-name pairs that you can put a name to template object.

Responses
201

TemplateStyleVersion created.

422

Required parameters missing.