From 06059252e1121992f673ef434dab3bf3d1b6a1b9 Mon Sep 17 00:00:00 2001 From: David Fuchs Date: Sun, 26 Jul 2026 21:16:55 -0700 Subject: [PATCH] Make 'path' field required in response field Mark 'path' field as required. My findings as per #3484 are that, without specifying the path when creating a health check via blueprint labels, the health check will remain in an `Unknown` state unless the user toggles the health check off/on in the UI. --- manage/blueprints.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage/blueprints.mdx b/manage/blueprints.mdx index b46c2d7..6d51238 100644 --- a/manage/blueprints.mdx +++ b/manage/blueprints.mdx @@ -1077,7 +1077,7 @@ public-resources: Enables health checking for the target. - + HTTP path to check, such as `/health`.