Dataset
Update Dataset by ID or Tracking ID
One of id or tracking_id must be provided. The auth’ed user must be an owner of the organization to update a dataset.
PUT
/
api
/
dataset
Authorizations
Authorization
string
headerrequiredHeaders
TR-Organization
string
requiredThe organization id to use for the request
Body
application/json
crawl_options
object
dataset_id
string | null
The id of the dataset you want to update.
dataset_name
string | null
The new name of the dataset. Must be unique within the organization. If not provided, the name will not be updated.
new_tracking_id
string | null
Optional new tracking ID for the dataset. Can be used to track the dataset in external systems. Must be unique within the organization. If not provided, the tracking ID will not be updated. Strongly recommended to not use a valid uuid value as that will not work with the TR-Dataset header.
server_configuration
object
Lets you specify the configuration for a dataset
tracking_id
string | null
The tracking ID of the dataset you want to update.
Response
200 - application/json
created_at
string
requireddeleted
integer
requiredid
string
requiredname
string
requiredorganization_id
string
requiredserver_configuration
any
requiredtracking_id
string | null
updated_at
string
required