Datasets
Update Test Case
Update the item/test case of the dataset with any given fields.
Args: dataset_id (int): ID of the dataset. test_case_id (int): ID of the item/test case. update_test_case_request (UpdateTestCasePublicRequestSchema): Request body containing the fields to update.
POST
/
api
/
parea
/
v1
/
update_test_case
/
{dataset_id}
/
{test_case_id}
Authorizations
x-user-id
string
headerrequiredPath Parameters
dataset_id
integer
requiredtest_case_id
integer
requiredBody
application/json
inputs
object | null
Key-value pairs for the inputs of that item
target
string | null
Target/ground truth value for the item
tags
string[] | null
Tags for the item
Response
200 - application/json
The response is of type any
.
Was this page helpful?