Skip to main content
PUT
Create or Update detailed statistics

Authorizations

Authorization
string
header
required

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

Path Parameters

dataset_id
integer
required

Unique identifier for a dataset.

Body

application/json
total_rows
integer<int64> | null

Total row count the statistics were computed over. Null when the caller does not know it.

records
object[]

Response

OK