allow creation at /api/v2/credential_input_sources

This commit is contained in:
Ryan Petrello
2019-02-27 14:51:48 -05:00
committed by Jake McDermott
parent e727909a61
commit b911f8bf77
4 changed files with 45 additions and 6 deletions

View File

@@ -1453,7 +1453,7 @@ class CredentialInputSourceDetail(RetrieveUpdateDestroyAPIView):
serializer_class = serializers.CredentialInputSourceSerializer
class CredentialInputSourceList(ListAPIView):
class CredentialInputSourceList(ListCreateAPIView):
view_name = _("Credential Input Sources")