Testsets

Update Testset

Update a testset with given id, update the testset in Postgres.

Args: testset_id (str): id of the test set to be updated. csvdata (NewTestset): New data to replace the old testset.

Returns: str: The id of the test set updated.

put/testsets/{testset_id}

Path parameters

testset_idstring required

Request body

namestring required
csvdataobject[] required

Response

Successful Response

{"stackTrail":"paths:/testsets/{testset_id}:put:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes