mirror of
https://github.com/ansible/awx.git
synced 2026-02-21 05:00:07 -03:30
expose CredentialType.namespace in the API
see: https://github.com/ansible/awx/issues/3644
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user