Fix dns-providers type missing from schema

This commit is contained in:
Mathias Petermann 2020-09-29 14:36:31 +02:00
parent bf7638937a
commit d7fc84f6e9
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()