Skip to content

Commit

Permalink
patch: add a tag to allow searching and filtering (#1088)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinashechiraya authored Oct 7, 2024
1 parent 1670cd0 commit 7fd82aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django_project/monitor/site_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 7fd82aa

Please sign in to comment.