cURL
curl --request POST \ --url http://localhost:8080/api/v1/config/upload \ --header 'Content-Type: multipart/form-data' \ --header 'x-api-key: <api-key>' \ --form type=validation-schema \ --form file='@example-file'
{ "filename": "<string>", "path": "<string>" }
Upload a JSON Schema for pipeline dataQuality schema validation to storage. The uploaded file can then be referenced by pipeline configurations.
Optional API key for authentication (enabled via application.yaml)
Config file type: 'validation-schema' for JSON Schema
validation-schema
Configuration file to upload
Upload confirmation with storage path