Skip to main content
POST
Validate template blocks

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Cuerpo

application/json

Template blocks to validate.

blocks
object[] | null

Template builder blocks to validate.

Ejemplo:

Respuesta

OK

errors
object[] | null

Semantic validation failures, in block traversal order.

Ejemplo:
valid
boolean

Whether every supplied block is semantically valid.

Ejemplo:

false