Blocks
Validate Block Config
Validate an assembled block config without mutating the workflow draft.
POST
Dry-run an assembled block config against the target block without mutating the workflow draft. Use this before pushing a locally edited block config bundle when you want the backend to apply the same validation policy used by block updates.Documentation Index
Fetch the complete documentation index at: https://docs.retab.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
Query Parameters
Workflow ID to disambiguate legacy duplicate block IDs. Omit for normal server-generated block IDs.
Body
application/json
Dry-run validation for an assembled workflow block config.
Assembled block config to validate.
How to apply the config before validation. 'replace' validates the config as the full block config; 'merge' validates the result of merging it into the existing block config.
Available options:
merge, replace