mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 02:19:58 -03:30
Merge pull request #3647 from ryanpetrello/cred-namespace-api
expose CredentialType.namespace in the API Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
commit
ce65fdd26c
@ -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