mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
alter: true for row/-/update, refs #2101
This commit is contained in:
parent
4e944c29e4
commit
c954795f9a
3 changed files with 54 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue