mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
chore: remove failing_sections
from healthcheck (#13426)
Closes #10854.
This commit is contained in:
7
coderd/apidoc/docs.go
generated
7
coderd/apidoc/docs.go
generated
@ -13767,13 +13767,6 @@ const docTemplate = `{
|
||||
"derp": {
|
||||
"$ref": "#/definitions/healthsdk.DERPHealthReport"
|
||||
},
|
||||
"failing_sections": {
|
||||
"description": "FailingSections is a list of sections that have failed their healthcheck.",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/healthsdk.HealthSection"
|
||||
}
|
||||
},
|
||||
"healthy": {
|
||||
"description": "Healthy is true if the report returns no errors.\nDeprecated: use ` + "`" + `Severity` + "`" + ` instead",
|
||||
"type": "boolean"
|
||||
|
Reference in New Issue
Block a user