Skip to main content
POST
Validate template blocks

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Body

application/json

Template blocks to validate.

blocks
object[] | null

Template builder blocks to validate.

Example:

Response

OK

errors
object[] | null

Semantic validation failures, in block traversal order.

Example:
valid
boolean

Whether every supplied block is semantically valid.

Example:

false