Docs for 100 max rows in an insert, closes #2310

pull/2266/merge
Simon Willison 2024-03-19 09:15:39 -07:00
rodzic da68662767
commit 1edb24f124
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -568,6 +568,8 @@ To insert multiple rows at a time, use the same API method but send a list of di
If successful, this will return a ``201`` status code and a ``{"ok": true}`` response body.
The maximum number rows that can be submitted at once defaults to 100, but this can be changed using the :ref:`setting_max_insert_rows` setting.
To return the newly inserted rows, add the ``"return": true`` key to the request body:
.. code-block:: json