Merge pull request #3166 from unic/bugfix/dns-providers-list
Fix dns-providers type missing from schema
This commit is contained in:
commit
c278a6db4d
|
@ -8,7 +8,7 @@ class DnsProvidersNestedOutputSchema(LemurOutputSchema):
|
|||
__envelope__ = False
|
||||
id = fields.Integer()
|
||||
name = fields.String()
|
||||
providerType = fields.String()
|
||||
provider_type = fields.String()
|
||||
description = fields.String()
|
||||
credentials = fields.String()
|
||||
api_endpoint = fields.String()
|
||||
|
|
Loading…
Reference in New Issue