Thread Datasets
Update thread dataset
Update a thread dataset.
POST
/
tune.dataset.ThreadDatasetService
/
UpdateThreadDataset
Authorizations
X-Tune-Key
string
headerrequiredTune 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.
name
string
Name of the dataset.
description
string
Description of the dataset.
format
string
Format of the dataset.
metadata
object
Metadata to store additional information in key-value pair.
updateMask
string
List of fields to update.
Response
200 - application/json
id
string
The ID of the dataset.
name
string
The name of the dataset.
description
string
The description of the dataset.
format
string
The format of the dataset.
status
string
The status of the dataset.
createdAt
string
The creation time of the dataset.
updatedAt
string
The last update time of the dataset.
metadata
object
The metadata of the dataset.
Was this page helpful?