Skip to content

Update dataset table

PUT
/dataset-tables/{tableId}
tableId
required

Unique identifier of the table to retrieve

string

Unique identifier of the table to retrieve

object
tableName

New table name (1-255 characters)

string
>= 1 characters <= 255 characters
description

New description for the table

string

Dataset table updated successfully

object
tableId
required

Unique identifier for the table

string
datasetId
required

ID of the parent dataset

string
tableName
required

Human-readable name of the table

string
description
required

Optional description of the table’s purpose

string
nullable
createdAt
required

When the table was created

string format: date-time
updatedAt
required

When the table was last modified

string format: date-time

Bad Request - Validation error or invalid input

object
error
required
string
code
string
details
nullable
retryable
boolean

Unauthorized - Authentication required or invalid token

object
error
required
string
code
string
details
nullable
retryable
boolean

Forbidden - Insufficient permissions

object
error
required
string
code
string
details
nullable
retryable
boolean

Not Found - Resource does not exist

object
error
required
string
code
string
details
nullable
retryable
boolean

Conflict - Resource already exists or operation conflicts with current state

object
error
required
string
code
string
details
nullable
retryable
boolean