Skip to content

Commit

Permalink
Add warning about user-specific columns
Browse files Browse the repository at this point in the history
  • Loading branch information
chkn committed Nov 26, 2024
1 parent 4cd93b0 commit 659e090
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api-reference/v2/tables/put-tables.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ openapi: put /tables/{tableID}

Overwrite an existing Big Table by clearing all rows and adding new data.

<Warning>
There is currently no way to supply values for user-specific columns in the API. Those columns will be cleared when using this endpoint.
</Warning>

### Updating the Schema

You can optionally update the table schema at the same time by providing a new schema in the JSON request body. If you do not provide a schema, the existing schema will be used.
Expand Down

0 comments on commit 659e090

Please sign in to comment.