Validate job configuration
POST/api/v1/jobs/validate
Validate a job configuration without creating the job.
config must be a valid JSON object conforming to:
- For
type: document: Schema fromjson2doc://schemas/document - For
type: template: Schema fromjson2doc://schemas/template
Request
Responses
- 200
- 400
- 401
- 500
Job configuration validated
Bad request
Unauthorized
Internal server error