From 7fd82aa9316685c84189a3d4c3fcb386f4cabb12 Mon Sep 17 00:00:00 2001 From: Tinashe <70011086+tinashechiraya@users.noreply.github.com> Date: Mon, 7 Oct 2024 15:19:45 +0200 Subject: [PATCH] patch: add a tag to allow searching and filtering (#1088) --- django_project/monitor/site_views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/django_project/monitor/site_views.py b/django_project/monitor/site_views.py index d53d0001c..5f00486af 100644 --- a/django_project/monitor/site_views.py +++ b/django_project/monitor/site_views.py @@ -205,6 +205,7 @@ class SitesWithObservationsView(APIView): serializer_class = SitesAndObservationsSerializer @swagger_auto_schema( operation_description="Retrieve detailed information about a site, including its observations and images.", + tags=["Sites and Observations"], manual_parameters=[ openapi.Parameter( 'start_date',