Skip to content

Commit 8ed92eb

Browse files
authored
Merge pull request #33 from glideapps/alex/warn-about-user-columns
Add warning about user-specific columns to PUT table endpoint
2 parents 4cd93b0 + b22d16e commit 8ed92eb

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

api-reference/v2/resources/changelog.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ title: Glide API Changelog
33
sidebarTitle: Changelog
44
---
55

6+
### November 26, 2024
7+
8+
- Added a warning that using the `PUT /tables` endpoint to overwrite a table will clear user-specific columns.
9+
610
### November 21, 2024
711

812
- Introduced `HEAD /tables/{tableID}/rows` endpoint to retrieve the current version of table data via `ETag` header.

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)