Merge remote-tracking branch 'origin/main'

pull/2314/head
Jonathan Quigley 2024-03-25 12:20:17 -04:00
commit 8a94129687
2 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -375,6 +375,7 @@ form.nav-menu-logout {
position: absolute;
top: calc(100% + 10px);
left: 0;
z-index: 10000;
}
.page-action-menu .icon-text {
display: inline-flex;

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