Skip to main content
PUT
Update template preview

Authorizations

Authorization
string
header
required

API key authentication. Use your API key as the bearer token.

Path Parameters

id
string<uuid>
required
Example:

"123e4567-e89b-12d3-a456-426614174000"

Body

application/json
html_content
string
required

HTML content for the template preview

Minimum string length: 1
Example:

"<h1>Welcome {{name}}</h1><p>Preview content here</p>"

Response

Preview updated

preview_url
string
required

Public URL to access the preview (no authentication required)

Example:

"/preview/123e4567-e89b-12d3-a456-426614174000"