Skip to content

Commit

Permalink
Docs for 100 max rows in an insert, closes #2310
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Mar 19, 2024
1 parent da68662 commit 1edb24f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/json_api.rst
Expand Up @@ -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
Expand Down

0 comments on commit 1edb24f

Please sign in to comment.