mirror of
https://github.com/fosrl/docs-v2.git
synced 2026-08-31 03:01:30 +02:00
Merge pull request #135 from DavidFuchs/DavidFuchs-patch-1
Make 'path' field required in response field
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