Skip to content

Commit 5769930

Browse files
committed
Add Get Row by ID doc and changelog entry
1 parent 74edde4 commit 5769930

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-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+
### June 18, 2025
7+
8+
- Added `GET /tables/{tableID}/rows/{rowID}` endpoint to retrieve a specific row by ID.
9+
610
### May 19, 2025
711

812
- When creating a table with the `POST /tables` endpoint, you can now specify one or more apps to link the new table to.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: Get Row by ID
3+
openapi: get /tables/{tableID}/rows/{rowID}
4+
---

mint.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"api-reference/v2/tables/versioning",
3838
"api-reference/v2/tables/get-tables",
3939
"api-reference/v2/tables/get-table-rows",
40+
"api-reference/v2/tables/get-table-row",
4041
"api-reference/v2/tables/head-table-rows",
4142
"api-reference/v2/tables/post-tables",
4243
"api-reference/v2/tables/post-table-rows",

0 commit comments

Comments
 (0)