Validate Transform Data
POST/report/:report_id/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
- 401
- 403
- 404
A valid response if the passed files are correct to be rendered.
Illegal input for operation.
Unauthorized access. This error code indicates that the request is missing or has invalid authentication credentials.
Forbidden. This error code indicates that the server understands the request but refuses to fulfill it because the credentials lacks the necessary permissions.
Resource not found. This can refer to the report template, the transform, or the version of the report template.