Update Template

This endpoint allows you to update an existing template's name and HTML content using its template ID. Only the first block of HTML content from the array is stored.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required
≥ 1

ID of the template to update. Must be a positive integer.

Body Params
string
required

Updated name of the template. Must be unique and non-empty.

content
array of objects
required
length ≥ 1

HTML content array. Only the first block will be used.

content*
string
enum
required

Content type. Only "html" is supported.

Allowed:
string
required
length ≤ 10485760

URL-encoded HTML content. Cannot be empty. Max 10MB.

Responses

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json