Skip to content

Commit 9068c67

Browse files
committed
Add Update Row doc to the navigation
1 parent d4f8310 commit 9068c67

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Update Row
3+
openapi: patch /tables/{tableID}/rows/{rowID}
4+
---
5+
6+
Updates an existing row in a Big Table.

mint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"api-reference/v2/tables/get-tables",
3838
"api-reference/v2/tables/post-tables",
3939
"api-reference/v2/tables/post-table-rows",
40-
"api-reference/v2/tables/put-tables"
40+
"api-reference/v2/tables/put-tables",
41+
"api-reference/v2/tables/patch-table-row"
4142
]
4243
},
4344
{

0 commit comments

Comments
 (0)