Skip to main content
PUT
Update DataSet Details

Authorizations

Authorization
string
header
required

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

Path Parameters

dataset_id
string
required

The ID of the DataSet

Body

application/json
name
string

Name of the DataSet to update

description
string

Description of DataSet to update

pdpEnabled
boolean
schema
object

The current schema associated with this DataSet

Response

200 - application/json

Successful response

id
string
name
string
description
string
rows
integer
columns
integer
schema
object
owner
object
createdAt
string
updatedAt
string
pdpEnabled
boolean
policies
object[]