Clarify that view-query also lets you execute writable queries

This commit is contained in:
Simon Willison 2020-06-10 17:10:28 -07:00
commit ce4958018e
2 changed files with 2 additions and 2 deletions

View file

@ -223,7 +223,7 @@ Writable canned queries
Canned queries by default are read-only. You can use the ``"write": true`` key to indicate that a canned query can write to the database.
See :ref:`authentication_permissions_metadata` for details on how to add permission checks to canned queries, using the ``"allow"`` key.
See :ref:`authentication_permissions_query` for details on how to add permission checks to canned queries, using the ``"allow"`` key.
.. code-block:: json