Skip to main content
PUT
PUT /projects/{project_name}/tables/{table_id}

Authorizations

X-API-Key
string
header
required

Path Parameters

project_name
string
required

The name of the project

table_id
string<uuid>
required

The id of the table

Body

application/json

Update storage Table Configuration

mode
enum<string>
required

update table mode

Available options:
append,
overwrite
document
object
required

the document you want to upload to storage

Response

Successfully updated table