alter: true for row/-/update, refs #2101

This commit is contained in:
Simon Willison 2024-02-08 13:30:48 -08:00
commit c954795f9a
3 changed files with 54 additions and 3 deletions

View file

@ -787,6 +787,8 @@ The returned JSON will look like this:
Any errors will return ``{"errors": ["... descriptive message ..."], "ok": false}``, and a ``400`` status code for a bad input or a ``403`` status code for an authentication or permission error.
Pass ``"alter: true`` to automatically add any missing columns to the table. This requires the :ref:`permissions_alter_table` permission.
.. _RowDeleteView:
Deleting a row