Skip to content

Commit

Permalink
Fix typo in api.rst (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
hardbyte authored and begriffs committed Nov 4, 2017
1 parent 59ab74b commit 82d2d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ On the other end of the spectrum you can get the full created object back in the
Some javascript libraries will post the data incorrectly if you're not careful. For best results try one of the :ref:`clientside_libraries` built for PostgREST.

To update a row or rows in a table, use the PATCH verb. Use :ref:`h_filter` to specify which record(s) to update. Here is an exmaple query setting the :code:`category` column to child for all people below a certain age.
To update a row or rows in a table, use the PATCH verb. Use :ref:`h_filter` to specify which record(s) to update. Here is an example query setting the :code:`category` column to child for all people below a certain age.

.. code:: HTTP
Expand Down

0 comments on commit 82d2d78

Please sign in to comment.