Skip to main content
POST
Upsert a table

Authorizations

Authorization
string
header
required

Your DUST API key is a Bearer token.

Path Parameters

wId
string
required

Unique string identifier for the workspace

spaceId
string
required

ID of the space

dsId
string
required

ID of the data source

Body

application/json
name
string

Name of the table

title
string

Title of the table

table_id
string

Unique identifier for the table

description
string

Description of the table

timestamp
number

Unix timestamp (in milliseconds) for the table (e.g. 1736365559000).

tags
string[]

Tags associated with the table

mime_type
string

Reserved for internal use, should not be set. Mime type of the table

Response

The table

name
string
deprecated

Name of the table

Example:

"Roi data"

title
string

Title of the table

Example:

"ROI Data"

table_id
string

Unique identifier for the table

Example:

"1234f4567c"

description
string

Description of the table

Example:

"roi data for Q1"

mime_type
string

MIME type of the table

Example:

"text/csv"

schema
object[]

Array of column definitions

timestamp
number

Unix timestamp of table creation/modification

Example:

1732810375150

tags
string[]

Array of tags associated with the table

parent_id
string

ID of the table parent

Example:

"1234f4567c"

parents
string[]

Array of parent table IDs

Example: