Merge pull request #3166 from unic/bugfix/dns-providers-list

Fix dns-providers type missing from schema
This commit is contained in:
charhate
2020-09-29 10:21:14 -07:00
committed by GitHub

View File

@ -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()