diff --git a/wagtail/contrib/wagtailapi/endpoints.py b/wagtail/contrib/wagtailapi/endpoints.py index 2ddb72786b..be2667143c 100644 --- a/wagtail/contrib/wagtailapi/endpoints.py +++ b/wagtail/contrib/wagtailapi/endpoints.py @@ -41,6 +41,9 @@ class BaseAPIEndpoint(GenericViewSet): # Used by jQuery for cache-busting. See #1671 '_', + + # Required by BrowsableAPIRenderer + 'format', ]) extra_api_fields = [] name = None # Set on subclass.