docs: mention that updates also supports specifying columns and missing pref

This commit is contained in:
Taimoor Zaeem
2025-04-02 12:59:18 -05:00
committed by Steve Chavez
parent ddd7d98652
commit c7da7fab3a
+7 -1
View File
@@ -581,7 +581,13 @@ To update a row or rows in a table, use the PATCH verb. Use :ref:`h_filter` to s
-X PATCH -H "Content-Type: application/json" \
-d '{ "category": "child" }'
Updates also support :ref:`prefer_return`, :ref:`resource_embedding` and :ref:`v_filter`.
Updates also support:
- :ref:`prefer_return`
- :ref:`resource_embedding`
- :ref:`v_filter`
- :ref:`Missing Preference <prefer_missing>`
- :ref:`specify_columns`
.. warning::