default schedule to None

This commit is contained in:
Andrew Herrington
2022-01-07 20:47:21 -06:00
parent 17c612c29f
commit 960d78bc10

View File

@@ -83,7 +83,7 @@ class CheckCreate(BaseModel):
lte=31536000,
)
schedule: Optional[str] = Field(
"* * * * *",
None,
description="A cron expression defining this check's schedule. "
"If you specify both timeout and schedule parameters, "
"Healthchecks.io will create a Cron check and ignore the "