Rename insert-query to store-query

Also queries/insert to queries/store

Refs https://github.com/simonw/datasette/pull/2741#issuecomment-4549103663
This commit is contained in:
Simon Willison 2026-05-26 14:51:57 -07:00
commit 24887004cf
7 changed files with 47 additions and 40 deletions

View file

@ -1293,11 +1293,12 @@ Actor is allowed to view a saved query page, e.g. https://latest.datasette.io/fi
``query`` is the name of the query (string)
.. _actions_insert_query:
.. _actions_store_query:
insert-query
------------
store-query
-----------
Actor is allowed to create saved queries in a database.
Actor is allowed to create stored queries in a database.
``resource`` - ``datasette.resources.DatabaseResource(database)``
``database`` is the name of the database (string)