From 1fda4806d435941dfd87a6cbb00a04d4bf83ffa7 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 30 Dec 2022 14:01:39 +0000 Subject: [PATCH] Small documentation tweaks --- docs/json_api.rst | 2 +- docs/plugins.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/json_api.rst b/docs/json_api.rst index 22fe0b47..f00c1fac 100644 --- a/docs/json_api.rst +++ b/docs/json_api.rst @@ -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: diff --git a/docs/plugins.rst b/docs/plugins.rst index 90a13083..ff4dd521 100644 --- a/docs/plugins.rst +++ b/docs/plugins.rst @@ -25,7 +25,7 @@ Things you can do with plugins include: * Customize how database values are rendered in the Datasette interface, for example `datasette-render-binary `__ and `datasette-pretty-json `__. -* Customize how Datasette's authentication and permissions systems work, for example `datasette-auth-tokens `__ and +* Customize how Datasette's authentication and permissions systems work, for example `datasette-auth-passwords `__ and `datasette-permissions-sql `__. .. _plugins_installing: