Removed view-row permission, for the moment - refs #811

https://github.com/simonw/datasette/issues/811#issuecomment-640338347
This commit is contained in:
Simon Willison 2020-06-07 20:14:27 -07:00
commit 613fa551a1
3 changed files with 0 additions and 17 deletions

View file

@ -206,19 +206,6 @@ Actor is allowed to view a table (or view) page, e.g. https://latest.datasette.i
``resource_identifier`` - tuple: (string, string)
The name of the database, then the name of the table
.. _permissions_view_row:
view-row
--------
Actor is allowed to view a row page, e.g. https://latest.datasette.io/fixtures/compound_primary_key/a,b
``resource_type`` - string
"row"
``resource_identifier`` - tuple: (string, string, strings...)
The name of the database, then the name of the table, then the primary key of the row. The primary key may be a single value or multiple values, so the ``resource_identifier`` tuple may be three or more items long.
.. _permissions_view_query:
view-query