Skip to content

Commit 659e090

Browse files
committed
Add warning about user-specific columns
1 parent 4cd93b0 commit 659e090

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

api-reference/v2/tables/put-tables.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ openapi: put /tables/{tableID}
55

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

8+
<Warning>
9+
There is currently no way to supply values for user-specific columns in the API. Those columns will be cleared when using this endpoint.
10+
</Warning>
11+
812
### Updating the Schema
913

1014
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.

0 commit comments

Comments
 (0)