mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-12 02:51:49 -05:00
allow creation at /api/v2/credential_input_sources
This commit is contained in:
committed by
Jake McDermott
parent
e727909a61
commit
b911f8bf77
@@ -1453,7 +1453,7 @@ class CredentialInputSourceDetail(RetrieveUpdateDestroyAPIView):
|
||||
serializer_class = serializers.CredentialInputSourceSerializer
|
||||
|
||||
|
||||
class CredentialInputSourceList(ListAPIView):
|
||||
class CredentialInputSourceList(ListCreateAPIView):
|
||||
|
||||
view_name = _("Credential Input Sources")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user