Create a new dataset item in the specified dataset
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The slug of the dataset to add an item to
"my-dataset"
The values for each column in this dataset row
{
"columnName1": "value1",
"columnName2": "value2"
}The name of the dataset row
"Test case 1"
The ideal output for this dataset row, if any
"This is the expected output"
Additional metadata for this dataset row
{ "source": "api", "context": "testing" }