From 68023012a8536329f891e6e35dfd02b0bcb8c456 Mon Sep 17 00:00:00 2001 From: m-terra Date: Thu, 23 Mar 2023 15:52:03 +0100 Subject: [PATCH] type correction --- pkg/axapi/health/healthmonitor/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/axapi/health/healthmonitor/types.go b/pkg/axapi/health/healthmonitor/types.go index 8137cc7..591dfaa 100644 --- a/pkg/axapi/health/healthmonitor/types.go +++ b/pkg/axapi/health/healthmonitor/types.go @@ -49,7 +49,7 @@ type HTTP struct { TextRegex string `json:"text-regex,omitempty"` HTTPHost string `json:"http-host,omitempty"` HTTPMaintenanceCode string `json:"http-maintenance-code,omitempty"` - HTTPURL string `json:"http-url,omitempty"` + HTTPURL shared.Boolean `json:"http-url,omitempty"` URLType HTTPMethod `json:"url-type,omitempty"` Maintenance shared.Boolean `json:"maintenance,omitempty"` MaintenanceText string `json:"maintenance-text,omitempty"`