mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Fixed typo in release notes, refs #1953
This commit is contained in:
parent
8cac6ff301
commit
8b9d7fdbd8
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ The third Datasette 1.0 alpha release adds upsert support to the JSON API, plus
|
|||
- The ``/-/create-token`` page can now be used to create API tokens which are restricted to just a subset of actions, including against specific databases or resources. See :ref:`CreateTokenView` for details. (:issue:`1947`)
|
||||
- Likewise, the ``datasette create-token`` CLI command can now create tokens with :ref:`a subset of permissions <authentication_cli_create_token_restrict>`. (:issue:`1855`)
|
||||
- New :ref:`datasette.create_token() API method <datasette_create_token>`` for programmatically creating signed API tokens. (:issue:`1951`)
|
||||
- ``/db//-/create`` API now requires actor to have ``insert-row`` permission in order to use the ``"row"`` or ``"rows"`` properties. (:issue:`1937`)
|
||||
- ``/db/-/create`` API now requires actor to have ``insert-row`` permission in order to use the ``"row"`` or ``"rows"`` properties. (:issue:`1937`)
|
||||
|
||||
.. _v1_0_a1:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue