v2
latestOpenAPI 3.1.02026-07-2670186350.6 KBdatasets
Create Dataset Entry
post/datasets/{dataset_id}
Path parameters
dataset_idstring uuid required
The id of the dataset
The id of the dataset
Request body
Example request
{
"input": {
"x": 4,
"y": 5
},
"output": {
"sum": 9
},
"expected": "This `was` the output to the dataset entry",
"comment": "This is an example of how one can edit the output"
}Response
Successful Response
Example response
{
"input": "Given this input, what is the output?",
"output": "This is the output to the dataset entry",
"expected": "This `was` the output to the dataset entry",
"comment": "This is an example of how one can edit the output"
}