mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
expose CredentialType.namespace in the API
see: https://github.com/ansible/awx/issues/3644
This commit is contained in:
parent
67aeecdee5
commit
aa0179690d
@ -2494,7 +2494,7 @@ class CredentialTypeSerializer(BaseSerializer):
|
||||
|
||||
class Meta:
|
||||
model = CredentialType
|
||||
fields = ('*', 'kind', 'name', 'managed_by_tower', 'inputs',
|
||||
fields = ('*', 'kind', 'namespace', 'name', 'managed_by_tower', 'inputs',
|
||||
'injectors')
|
||||
|
||||
def validate(self, attrs):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user