Update Testset
PUT/testsets/:testset_id
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.
Request
Responses
- 200
- 422
Successful Response
Validation Error