diff --git a/datasette/views/special.py b/datasette/views/special.py index 075e8a45..3137271c 100644 --- a/datasette/views/special.py +++ b/datasette/views/special.py @@ -374,7 +374,6 @@ class ApiExplorerView(BaseView): "label": "Get rows for {}".format(table), "method": "GET", "path": self.ds.urls.table(name, table, format="json") - + "?_shape=objects".format(name, table), } ) # If not mutable don't show any write APIs