mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Small documentation tweaks
This commit is contained in:
parent
c635f6ebac
commit
1fda4806d4
2 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue