forked from Wavyzz/py-healthchecks.io
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
17c612c29f | ||
|
|
79ae404e63 |
@@ -38,7 +38,7 @@ class Check(BaseModel):
|
|||||||
update_url: Optional[str]
|
update_url: Optional[str]
|
||||||
pause_url: Optional[str]
|
pause_url: Optional[str]
|
||||||
channels: Optional[str]
|
channels: Optional[str]
|
||||||
timeout: int
|
timeout: Optional[int]
|
||||||
uuid: Optional[str]
|
uuid: Optional[str]
|
||||||
|
|
||||||
@validator("uuid", always=True)
|
@validator("uuid", always=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user