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.