Validate Transform Data
POST/validate/:transform_name
Validates the provided transform input files. Returns a success response if the files are valid and can be used to generate a report, or validation errors if there are issues.
Request
Responses
- 200
- 400
- 404
A valid response if the passed files are correct to be rendered.
Illegal input for operation.
Resource not found.