From e539c1c024bc62d88df91d9107cbe37e7f0fe55f Mon Sep 17 00:00:00 2001 From: David Larlet <3556+davidbgk@users.noreply.github.com> Date: Thu, 8 Dec 2022 16:12:34 -0500 Subject: [PATCH] Typo in JSON API `Updating a row` documentation (#1930) --- docs/json_api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/json_api.rst b/docs/json_api.rst index c0c7bbde..526bd30e 100644 --- a/docs/json_api.rst +++ b/docs/json_api.rst @@ -715,7 +715,7 @@ To update a row, make a ``POST`` to ``////-/update``. } } -```` here is the :ref:`tilde-encoded ` primary key value of the row to delete - or a comma-separated list of primary key values if the table has a composite primary key. +```` here is the :ref:`tilde-encoded ` primary key value of the row to update - or a comma-separated list of primary key values if the table has a composite primary key. You only need to pass the columns you want to update. Any other columns will be left unchanged.