From c5ac02cf68675b0dd72b7748f9ba5a3fe3938120 Mon Sep 17 00:00:00 2001 From: Andrei Sochnev Date: Tue, 23 Dec 2025 10:17:57 +0300 Subject: [PATCH] id added to Site struct --- types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/types.go b/types.go index 70a6194..9fca01f 100644 --- a/types.go +++ b/types.go @@ -1096,6 +1096,7 @@ type StatusGroup struct { // Site type. type Site struct { + ID int `json:"id,omitempty"` Name string `json:"name,omitempty"` Code string `json:"code,omitempty"` URL string `json:"url,omitempty"`