Skip to main content

Update Testset

PUT 

/testsets/:testset_id

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

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

Path Parameters

    testset_id Testset Idrequired

Body

required

    name Name (string)required
    csvdata object[]required

Responses

Successful Response

Schema

    any

Loading...