POST
/
tune.dataset.ThreadDatasetService
/
UpdateThreadDataset

Authorizations

X-Tune-Key
string
header
required

Tune API Keys are the preferred way to authenticate with the API. You can create an API Key from your Tune Studio Profile → 'Access Keys' (in sidebar)

Body

application/json
auth
object
datasetId
string

The ID of dataset to update.

description
string

Description of the dataset.

format
string

Format of the dataset.

metadata
object

Metadata to store additional information in key-value pair.

name
string

Name of the dataset.

updateMask
string

List of fields to update.

Response

200 - application/json
createdAt
string

The creation time of the dataset.

description
string

The description of the dataset.

format
string

The format of the dataset.

id
string

The ID of the dataset.

metadata
object

The metadata of the dataset.

name
string

The name of the dataset.

status
string

The status of the dataset.

updatedAt
string

The last update time of the dataset.