This commit is contained in:
AAfghahi 2021-07-21 19:52:59 -04:00 committed by GitHub
parent fefcea7979
commit e66db63333
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ class ReportSchedulePostSchema(Schema):
creation_method = EnumField(
ReportCreationMethodType,
by_value=True,
required=True,
required=False,
description=creation_method_description,
)
dashboard = fields.Integer(required=False, allow_none=True)