docs: update release notes
This commit is contained in:
@ -62,7 +62,6 @@ class ProviderViewSet(ModelViewSet):
|
||||
|
||||
@swagger_auto_schema(responses={200: TypeCreateSerializer(many=True)})
|
||||
@action(detail=False)
|
||||
# pylint: disable=unused-argument
|
||||
def types(self, request: Request) -> Response:
|
||||
"""Get all creatable provider types"""
|
||||
data = []
|
||||
|
||||
@ -50,7 +50,6 @@ class SourceViewSet(ReadOnlyModelViewSet):
|
||||
|
||||
@swagger_auto_schema(responses={200: TypeCreateSerializer(many=True)})
|
||||
@action(detail=False)
|
||||
# pylint: disable=unused-argument
|
||||
def types(self, request: Request) -> Response:
|
||||
"""Get all creatable source types"""
|
||||
data = []
|
||||
|
||||
Reference in New Issue
Block a user