v51

OpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-01308532588.1 KB
Datasets

Update dataset version

Update a dataset version's change_description and/or add new tags

patch/v1/private/datasets/{id}/versions/hash/{versionHash}

Path parameters

versionHashstring required
idstring uuid required

Request body

change_descriptionstring

Optional description of changes in this version

tags_to_addstring[]

Optional list of tags to add to this version

Example request

{
  "change_description": "Updated baseline version",
  "tags_to_add": [
    "production",
    "reviewed"
  ]
}

Response

Version updated successfully

idstring uuid
dataset_idstring uuid
version_hashstring
tagsstring[]
is_latestboolean

Indicates whether this is the latest version of the dataset

version_namestring

Sequential version name formatted as 'v1', 'v2', etc.

items_totalinteger

Total number of items in this version

items_addedinteger

Number of items added since last version

items_modifiedinteger

Number of items modified since last version

items_deletedinteger

Number of items deleted since last version

change_descriptionstring
metadataobject
created_atstring date-time
created_bystring
last_updated_atstring date-time
last_updated_bystring