From 1edb24f12428bf130c9eb4c7ddc04b3d07c208cb Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 19 Mar 2024 09:15:39 -0700 Subject: [PATCH] Docs for 100 max rows in an insert, closes #2310 --- docs/json_api.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/json_api.rst b/docs/json_api.rst index 4b39a048..5a28f042 100644 --- a/docs/json_api.rst +++ b/docs/json_api.rst @@ -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