diff --git a/core/apps/evaluation/views/customer.py b/core/apps/evaluation/views/customer.py index 510f309..581cd27 100644 --- a/core/apps/evaluation/views/customer.py +++ b/core/apps/evaluation/views/customer.py @@ -28,6 +28,7 @@ class CustomerView(BaseViewSetMixin, ReadOnlyModelViewSet): } + @extend_schema(tags=["PropertyOwner"]) class PropertyOwnerView(BaseViewSetMixin, ReadOnlyModelViewSet): queryset = PropertyOwnerModel.objects.all()