Update

PATCH
Update a testset by ID.

Path parameters

idstringRequired

String ID of testset. Starts with evts_.

Request

This endpoint expects an object.
namestringOptional
The name of the dataset.
descriptionstringOptional
The description of the dataset.

Response

This endpoint returns an object
idstring
namestring
datapoint_countinteger
created_atdatetime
updated_atdatetime
project_idstringDeprecated
Datasets are now files and do not belong to projects. If this dataset was created before that change, the legacy project ID will be provided here, otherwise an empty string will be returned.
descriptionstringOptional

Errors