Merge pull request #135 from DavidFuchs/DavidFuchs-patch-1

Make 'path' field required in response field
This commit is contained in:
Owen Schwartz
2026-07-27 09:36:23 -04:00
committed by GitHub

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>