diff --git a/src/c3nav/api/urls.py b/src/c3nav/api/urls.py index 0562098b..e3ce0462 100644 --- a/src/c3nav/api/urls.py +++ b/src/c3nav/api/urls.py @@ -45,6 +45,8 @@ router.register(r'changesets', ChangeSetViewSet) class APIRoot(GenericAPIView): """ Welcome to the c3nav RESTful API. + The HTML preview is only shown because your Browser sent text/html in it's Accept header. + If you want to use this API on a large scale, please use a client that supports E-Tags. """ def _format_pattern(self, pattern):