v3

latestSwagger 2.02026-07-132961114.8 KB

Create a new or update an existing DatasetVersion with the given version id

patch/datasets/{name}/versions/{version}

Path parameters

namestring required

The name of the resource

versionstring required

The specific version id of the DatasetVersion to create or update.

Query parameters

api-versionstring required

The API version to use for this operation.

Response

The request has succeeded.

dataUristring required

URI of the data (example)

type'uri_file' | 'uri_folder' required

Enum to determine the type of data.

isReferenceboolean

Indicates if the dataset holds a reference to the storage, or the dataset manages storage itself. If true, the underlying data will not be deleted when the dataset version is deleted

connectionNamestring

The Azure Storage Account connection name. Required if startPendingUploadVersion was not called before creating the Dataset

idstring

Asset ID, a unique identifier for the asset

namestring required

The name of the resource

versionstring required

The version of the resource

descriptionstring

The asset description text.

tagsobject

Tag dictionary. Tags can be added, removed, and updated.