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

This commit is contained in:
Taimoor Zaeem
2025-04-04 18:24:25 +02:00
committed by Wolfgang Walther
parent 4f1dc72e40
commit b187f09574
+7 -1
View File
@@ -567,7 +567,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::