Update a dataset

Update dataset metadata such as the name, description, starred state, or tags.

Path parameters

dataset_idstringRequired
Dataset Id

Headers

AuthorizationstringRequired

Bearer token. Use Bearer YOUR_API_KEY.

Request

This endpoint expects an object.
namestringOptional
Updated dataset name.
descriptionstringOptional
Updated dataset description.
starredbooleanOptional
Whether the dataset is starred.
tagslist of stringsOptional
List of tag IDs to assign. Replaces existing tags.

Response

Updated dataset.
idstring
namestring
typestring
descriptionstring
created_atstring
updated_atstring
organizationinteger
initial_log_filtersobject
unique_organization_idslist of strings
timestampslist of strings
log_countinteger
evaluatorstring
statusstring
running_statusstring
running_progressinteger
running_atstring
completed_annotation_countinteger

Errors

401
Unauthorized Error