curl --request POST \
--url https://dev.startree.ai/tables/validate \
--header 'Authorization: <api-key>' \
--header 'Content-Type: */*' \
--data '"<string>"'
{}
This API returns the table config that matches the one you get from ‘GET /tables/’. This allows us to validate table config before apply.
curl --request POST \
--url https://dev.startree.ai/tables/validate \
--header 'Authorization: <api-key>' \
--header 'Content-Type: */*' \
--data '"<string>"'
{}
The format of the key is "Basic <token>" or "Bearer <token>"
comma separated list of validation type(s) to skip. supported types: (ALL|TASK|UPSERT)
The body is of type string
.
successful operation
The response is of type object
.
Was this page helpful?