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.
This commit is contained in:
David Fuchs
2026-07-26 21:16:55 -07:00
committed by GitHub
parent fb73cc031b
commit 06059252e1

View File

@@ -1077,7 +1077,7 @@ public-resources:
Enables health checking for the target.
</ResponseField>
<ResponseField name="path" type="string">
<ResponseField name="path" type="string" required>
HTTP path to check, such as `/health`.
</ResponseField>