From 788d0d05e14e60d95e7362a04ce04ee1cc2e687c Mon Sep 17 00:00:00 2001 From: Verhille Date: Wed, 21 Aug 2024 18:50:13 +0200 Subject: [PATCH] fix rows field post --- api-reference/v2/tables/post-table-rows.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-reference/v2/tables/post-table-rows.mdx b/api-reference/v2/tables/post-table-rows.mdx index 5ab1371..9e3239f 100644 --- a/api-reference/v2/tables/post-table-rows.mdx +++ b/api-reference/v2/tables/post-table-rows.mdx @@ -9,7 +9,7 @@ Add row data to an existing Big Table. - If you want to add a small number of rows to a table, you can do so by providing the data inline in the `rows` field (being sure that row object structure matches the table schema): + If you want to add a small number of rows to a table, you can do so by providing the data inline (being sure that row object structure matches the table schema): ```json [ @@ -39,4 +39,4 @@ Add row data to an existing Big Table. } ``` - \ No newline at end of file +