feat(coderd): /debug/health: add parameter to force healthcheck (#10677)

This commit is contained in:
Cian Johnston
2023-11-15 15:54:15 +00:00
committed by GitHub
parent 290180b104
commit 9d310388e5
5 changed files with 82 additions and 11 deletions

8
coderd/apidoc/docs.go generated
View File

@ -412,6 +412,14 @@ const docTemplate = `{
],
"summary": "Debug Info Deployment Health",
"operationId": "debug-info-deployment-health",
"parameters": [
{
"type": "boolean",
"description": "Force a healthcheck to run",
"name": "force",
"in": "query"
}
],
"responses": {
"200": {
"description": "OK",