feat: add update service env label

This commit is contained in:
2026-01-15 11:18:54 +01:00
parent f513d46d08
commit 8c55fd4954
7 changed files with 21 additions and 4 deletions

View File

@ -81,3 +81,4 @@ class UpdateServiceStatus(BaseModel):
status_code: Optional[int] = None
error: Optional[str] = None
checked_url: str
environment: str