You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-reference/v2/tables/put-tables.mdx
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,10 @@ openapi: put /tables/{tableID}
5
5
6
6
Overwrite an existing Big Table by clearing all rows and adding new data.
7
7
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
+
8
12
### Updating the Schema
9
13
10
14
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