Fixer

Validate Template

Validate a template configuration

post/v1/validate-template

Request body

templateNamestring
templateIdstring
template_idstring nullable

ID of the template

template_pathstring nullable

Full path to the template to use for validation

response_format'DIFF' | 'CHANGED_FILES' | 'ALL_FILES' nullable

Format for the response

Response

Successful Response

successboolean required

Whether the template validation succeeded

errorstring nullable

Error message if validation failed

Changes