{"ok": true, "next": null, "rows": [{"id": "authentication:actions-alter-table", "page": "authentication", "ref": "actions-alter-table", "title": "alter-table", "content": "Actor is allowed to alter a database table. \n                 \n                     \n                         resource  -  datasette.resources.TableResource(database, table) \n                         \n                             database  is the name of the database (string) \n                             table  is the name of the table (string)", "breadcrumbs": "[\"Authentication and permissions\", \"Built-in actions\"]", "references": "[]"}, {"id": "authentication:actions-create-table", "page": "authentication", "ref": "actions-create-table", "title": "create-table", "content": "Actor is allowed to create a database table. \n                 \n                     \n                         resource  -  datasette.resources.DatabaseResource(database) \n                         \n                             database  is the name of the database (string)", "breadcrumbs": "[\"Authentication and permissions\", \"Built-in actions\"]", "references": "[]"}, {"id": "authentication:actions-debug-menu", "page": "authentication", "ref": "actions-debug-menu", "title": "debug-menu", "content": "Controls if the various debug pages are displayed in the jump menu.", "breadcrumbs": "[\"Authentication and permissions\", \"Built-in actions\"]", "references": "[]"}, {"id": "authentication:actions-delete-row", "page": "authentication", "ref": "actions-delete-row", "title": "delete-row", "content": "Actor is allowed to delete rows from a table. \n                 \n                     \n                         resource  -  datasette.resources.TableResource(database, table) \n                         \n                             database  is the name of the database (string) \n                             table  is the name of the table (string)", "breadcrumbs": "[\"Authentication and permissions\", \"Built-in actions\"]", "references": "[]"}, {"id": "authentication:actions-drop-table", "page": "authentication", "ref": "actions-drop-table", "title": "drop-table", "content": "Actor is allowed to drop a database table. \n                 \n                     \n                         resource  -  datasette.resources.TableResource(database, table) \n                         \n                             database  is the name of the database (string) \n                             table  is the name of the table (string)", "breadcrumbs": "[\"Authentication and permissions\", \"Built-in actions\"]", "references": "[]"}, {"id": "authentication:actions-execute-sql", "page": "authentication", "ref": "actions-execute-sql", "title": "execute-sql", "content": "Actor is allowed to run arbitrary SQL queries against a specific database, e.g.  https://latest.datasette.io/fixtures/-/query?sql=select+100 \n                 \n                     \n                         resource  -  datasette.resources.DatabaseResource(database) \n                         \n                             database  is the name of the database (string) \n                         \n                     \n                 \n                 See also  the default_allow_sql setting .", "breadcrumbs": "[\"Authentication and permissions\", \"Built-in actions\"]", "references": "[{\"href\": \"https://latest.datasette.io/fixtures/-/query?sql=select+100\", \"label\": \"https://latest.datasette.io/fixtures/-/query?sql=select+100\"}]"}, {"id": "authentication:actions-insert-row", "page": "authentication", "ref": "actions-insert-row", "title": "insert-row", "content": "Actor is allowed to insert rows into a table. \n                 \n                     \n                         resource  -  datasette.resources.TableResource(database, table) \n                         \n                             database  is the name of the database (string) \n                             table  is the name of the table (string)", "breadcrumbs": "[\"Authentication and permissions\", \"Built-in actions\"]", "references": "[]"}, {"id": "authentication:actions-permissions-debug", "page": "authentication", "ref": "actions-permissions-debug", "title": "permissions-debug", "content": "Actor is allowed to view the  /-/permissions  debug tools.", "breadcrumbs": "[\"Authentication and permissions\", \"Built-in actions\"]", "references": "[]"}, {"id": "authentication:actions-set-column-type", "page": "authentication", "ref": "actions-set-column-type", "title": "set-column-type", "content": "Actor is allowed to set assigned  column types  for columns in a table. \n                 \n                     \n                         resource  -  datasette.resources.TableResource(database, table) \n                         \n                             database  is the name of the database (string) \n                             table  is the name of the table (string)", "breadcrumbs": "[\"Authentication and permissions\", \"Built-in actions\"]", "references": "[]"}, {"id": "authentication:actions-update-row", "page": "authentication", "ref": "actions-update-row", "title": "update-row", "content": "Actor is allowed to update rows in a table. \n                 \n                     \n                         resource  -  datasette.resources.TableResource(database, table) \n                         \n                             database  is the name of the database (string) \n                             table  is the name of the table (string)", "breadcrumbs": "[\"Authentication and permissions\", \"Built-in actions\"]", "references": "[]"}, {"id": "authentication:actions-view-database", "page": "authentication", "ref": "actions-view-database", "title": "view-database", "content": "Actor is allowed to view a database page, e.g.  https://latest.datasette.io/fixtures \n                 \n                     \n                         resource  -  datasette.permissions.DatabaseResource(database) \n                         \n                             database  is the name of the database (string)", "breadcrumbs": "[\"Authentication and permissions\", \"Built-in actions\"]", "references": "[{\"href\": \"https://latest.datasette.io/fixtures\", \"label\": \"https://latest.datasette.io/fixtures\"}]"}, {"id": "authentication:actions-view-database-download", "page": "authentication", "ref": "actions-view-database-download", "title": "view-database-download", "content": "Actor is allowed to download a database, e.g.  https://latest.datasette.io/fixtures.db \n                 \n                     \n                         resource  -  datasette.resources.DatabaseResource(database) \n                         \n                             database  is the name of the database (string)", "breadcrumbs": "[\"Authentication and permissions\", \"Built-in actions\"]", "references": "[{\"href\": \"https://latest.datasette.io/fixtures.db\", \"label\": \"https://latest.datasette.io/fixtures.db\"}]"}, {"id": "authentication:actions-view-instance", "page": "authentication", "ref": "actions-view-instance", "title": "view-instance", "content": "Top level permission - Actor is allowed to view any pages within this instance, starting at  https://latest.datasette.io/", "breadcrumbs": "[\"Authentication and permissions\", \"Built-in actions\"]", "references": "[{\"href\": \"https://latest.datasette.io/\", \"label\": \"https://latest.datasette.io/\"}]"}, {"id": "authentication:actions-view-query", "page": "authentication", "ref": "actions-view-query", "title": "view-query", "content": "Actor is allowed to view (and execute) a  canned query  page, e.g.  https://latest.datasette.io/fixtures/pragma_cache_size  - this includes executing  Writable canned queries . \n                 \n                     \n                         resource  -  datasette.resources.QueryResource(database, query) \n                         \n                             database  is the name of the database (string) \n                             query  is the name of the canned query (string)", "breadcrumbs": "[\"Authentication and permissions\", \"Built-in actions\"]", "references": "[{\"href\": \"https://latest.datasette.io/fixtures/pragma_cache_size\", \"label\": \"https://latest.datasette.io/fixtures/pragma_cache_size\"}]"}, {"id": "authentication:actions-view-table", "page": "authentication", "ref": "actions-view-table", "title": "view-table", "content": "Actor is allowed to view a table (or view) page, e.g.  https://latest.datasette.io/fixtures/complex_foreign_keys \n                 \n                     \n                         resource  -  datasette.resources.TableResource(database, table) \n                         \n                             database  is the name of the database (string) \n                             table  is the name of the table (string)", "breadcrumbs": "[\"Authentication and permissions\", \"Built-in actions\"]", "references": "[{\"href\": \"https://latest.datasette.io/fixtures/complex_foreign_keys\", \"label\": \"https://latest.datasette.io/fixtures/complex_foreign_keys\"}]"}], "truncated": false}