diff --git a/docs/internals.rst b/docs/internals.rst index 4b7a440c..4b82e11c 100644 --- a/docs/internals.rst +++ b/docs/internals.rst @@ -419,6 +419,8 @@ The following example runs three checks in a row, similar to :ref:`datasette_ens ], ) +.. _datasette_create_token: + .create_token(actor_id, expires_after=None, restrict_all=None, restrict_database=None, restrict_resource=None) --------------------------------------------------------------------------------------------------------------