PATCH
/
datasets
/
{dataset_id}

Authorizations

Authorization
string
headerrequired

API Key or Token formatted as Bearer <YOUR_KEY_OR_TOKEN>

Path Parameters

dataset_id
string
required

Id of the dataset

Body

application/json
name
string

New user facing name for the dataset

usl
number

New upper spec limit for the dataset

lsl
number

New lower spec limit for the dataset

is_active
boolean

Response

200 - application/json
id
string
required

Database id for the dataset

name
string
required

User facing name for the dataset

process_id
string
required

Process id associated with the dataset

order
number

Order in which the dataset shows up relative to others

data_type
enum<string>
required
Available options:
PARAMETRIC_QUANTITATIVE,
PARAMETRIC_QUALITATIVE,
CHECKBOX,
LINK,
IMAGE,
FILE,
UID
created_at
string
required
process_revision
number
required
lsl
number
usl
number
unit
string
child_component_id
string
expected_value
any
is_active
boolean
values
string[]

Used for property datasets, is a LRU cache of used values