PUT
/
v1
/
templates
/
{id}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json
name
string

The name of the template.

Maximum length: 200
output
enum<string>

The output format of the template.

Available options:
PDF,
IMAGE
variables
object

The variables of the template.

Was this page helpful?