From cbbe0b71d57ff05d1432a600bec446af77d2b467 Mon Sep 17 00:00:00 2001 From: Jennifer Richards Date: Thu, 23 Oct 2025 21:04:28 -0300 Subject: [PATCH] fix: remove double tag This was meant to include the API call in both purple and red API clients. It seems this does not work, at least with some generators. Need to investigate further, but we should be able to work around it. --- ietf/doc/api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ietf/doc/api.py b/ietf/doc/api.py index a8f51bac74..2eac012c6a 100644 --- a/ietf/doc/api.py +++ b/ietf/doc/api.py @@ -185,7 +185,6 @@ class SubseriesFilter(filters.FilterSet): ) -@extend_schema(tags=["purple", "red"]) class SubseriesViewSet(ListModelMixin, RetrieveModelMixin, GenericViewSet): permission_classes: list[BasePermission] = [] lookup_field = "name"