Small documentation tweaks

This commit is contained in:
Simon Willison 2022-12-30 14:01:39 +00:00
commit 1fda4806d4
2 changed files with 2 additions and 2 deletions

View file

@ -473,7 +473,7 @@ Here's how to serve ``data.db`` with CORS enabled::
The JSON write API
------------------
Datasette provides a write API for JSON data. This is a POST-only API that requires an authenticated API token, see :ref:`CreateTokenView`.
Datasette provides a write API for JSON data. This is a POST-only API that requires an authenticated API token, see :ref:`CreateTokenView`. The token will need to have the specified :ref:`authentication_permissions`.
.. _TableInsertView: