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
Authorizations
Body
application/json
Any set field will be used to update the item in the dataset.
Key-value pairs for the inputs of that item
Tags for the item
Target/ground truth value for the item
Response
200 - application/json
The response is of type any
.
Was this page helpful?