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
- 200
- 400
- 401
- 403
- 404
- 422
- 429
Successful Response
Error
Error
Error
Error
Validation Error
Error