POST
/
tables
/
validate
curl --request POST \
  --url https://dev.startree.ai/tables/validate \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: */*' \
  --data '"<string>"'
{}

Authorizations

Authorization
string
header
required

The format of the key is "Basic <token>" or "Bearer <token>"

Query Parameters

validationTypesToSkip
string

comma separated list of validation type(s) to skip. supported types: (ALL|TASK|UPSERT)

Body

*/* · string

The body is of type string.

Response

200 - application/json
successful operation

The response is of type object.