mirror of
https://github.com/fosrl/docs-v2.git
synced 2026-08-31 03:01:30 +02:00
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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user