Skip to main content
POST
BatchUpsertSqlTests

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
sqlTests
SqlTest · object[]

List of SqlTests to upsert. The upsert is performed based on the unique path provided for each SqlTest.

sqlTestIdsToReset
string[]

List of SqlTest IDs to reset. Some updates might require resetting the SqlTest to a fresh state.

Response

200 - application/json

Success

createdIds
string[]

IDs for which SqlTests were created without error.

updatedIds
string[]

IDs for which SqlTests were updated without error.

errors
UpsertError · object[]

Errors raised while upsert. This list will be empty if there were no errors.