diff --git a/pdc/apps/component/views.py b/pdc/apps/component/views.py index 90528d7f..ff8ad984 100644 --- a/pdc/apps/component/views.py +++ b/pdc/apps/component/views.py @@ -621,20 +621,9 @@ def list(self, request, *args, **kwargs): __URL__: $LINK:releasecomponenttype-list$ - __Response__: + __Response__: a paged list of following objects - # paged list - { - "count": int, - "next": url, - "previous": url, - "results": [ - { - "name": string, - }, - ... - ] - } + %(SERIALIZER)s """ return super(ReleaseComponentTypeViewSet, self).list(request, *args, **kwargs) @@ -1759,20 +1748,9 @@ def list(self, request, *args, **kwargs): __URL__: $LINK:componentrelationshiptype-list$ - __Response__: + __Response__: a paged list of following objects - # paged list - { - "count": int, - "next": url, - "previous": url, - "results": [ - { - "name": string, - }, - ... - ] - } + %(SERIALIZER)s """ return super(ReleaseComponentRelationshipTypeViewSet, self).list(request, *args, **kwargs)