mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
feat: add dismissed
property to the healthcheck section (#10940)
This commit is contained in:
15
coderd/apidoc/docs.go
generated
15
coderd/apidoc/docs.go
generated
@ -12305,6 +12305,9 @@ const docTemplate = `{
|
||||
"derphealth.Report": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"dismissed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"error": {
|
||||
"type": "string"
|
||||
},
|
||||
@ -12383,6 +12386,9 @@ const docTemplate = `{
|
||||
"access_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"dismissed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"error": {
|
||||
"type": "string"
|
||||
},
|
||||
@ -12422,6 +12428,9 @@ const docTemplate = `{
|
||||
"healthcheck.DatabaseReport": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"dismissed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"error": {
|
||||
"type": "string"
|
||||
},
|
||||
@ -12522,6 +12531,9 @@ const docTemplate = `{
|
||||
"code": {
|
||||
"type": "integer"
|
||||
},
|
||||
"dismissed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"error": {
|
||||
"type": "string"
|
||||
},
|
||||
@ -12552,6 +12564,9 @@ const docTemplate = `{
|
||||
"healthcheck.WorkspaceProxyReport": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"dismissed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"error": {
|
||||
"type": "string"
|
||||
},
|
||||
|
Reference in New Issue
Block a user