Skip to main content

Update Testset

PUT 

/testsets/:testset_id

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

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

Returns: str: The id of the testset updated.

Request

Responses

Successful Response