Skip to main content

Validate file schema for a table

POST 

/api/v2/Dataset/:id/table/:tableId/validation-schema

Validate file schema for a table

Request

Path Parameters

    id uuidrequired

    The unique identifier of the dataset where the validation will occur.

    tableId uuidrequired

    The unique identifier of the dataset table where the validation will occur.

Query Parameters

    culture string

    Use this param to override the culture of the response. Options: - en (default) - es

Body

    File binary

    The data file to upload for the dataset (CSV, Excel, etc.).

Responses

File schema validated successfully.

Loading...