Skip to main content
PATCH
Update a dataset

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

dataset_id
string<uuid>
required

Dataset UUID

Body

application/json

Partial update of a dataset

description
string | null
Maximum string length: 512
metadata
object | null
field_mapping
object | null

Span-to-column field mapping. Set to null to clear.

active
boolean

Response

Updated dataset

Response object for standard API responses.

api_version
enum<string>
default:3.0

API version.

Available options:
2.0,
3.0
kind
enum<string>
default:NORMAL

Type of response, indicating a normal response.

Available options:
NORMAL
data
object

Eval dataset metadata