Skip to main content

Validate an inline blueprint definition

POST 

/v1/blueprints/validate

Lint a blueprint definition you pass inline, without saving it anywhere.

Send the design as a nested blueprint object or as top-level blocks and edges. The same rules apply as for a stored blueprint: missing or duplicated triggers, unknown block types, duplicate ids and dangling edges block, while one-sided decisions, unreachable blocks and a missing end block warn.

Use it to check a design while you are still composing it. Requires the workflows:read scope.

Request

Responses

Successful Response