mirror of
https://github.com/andrewthetechie/py-healthchecks.io.git
synced 2026-01-06 09:03:02 +01:00
Merge pull request #33 from andrewthetechie/fix-optional-timeout
make timeout optional
This commit is contained in:
@@ -38,7 +38,7 @@ class Check(BaseModel):
|
||||
update_url: Optional[str]
|
||||
pause_url: Optional[str]
|
||||
channels: Optional[str]
|
||||
timeout: int
|
||||
timeout: Optional[int]
|
||||
uuid: Optional[str]
|
||||
|
||||
@validator("uuid", always=True)
|
||||
|
||||
Reference in New Issue
Block a user