reports (#15828)
This commit is contained in:
parent
fefcea7979
commit
e66db63333
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue