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
commit c278a6db4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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