Skip to content

Instantly share code, notes, and snippets.

@mushketyk
Created May 9, 2019 14:25
Show Gist options
  • Save mushketyk/7456792aeb35b2f9118d91b4cd2243d1 to your computer and use it in GitHub Desktop.
Save mushketyk/7456792aeb35b2f9118d91b4cd2243d1 to your computer and use it in GitHub Desktop.
"/healthz": {
"get": {
"operationId": "Healthz",
"produces": [
"application/json"
],
"responses": {
"204": {
"description": "No content"
}
},
"description": "Shallow health check that does not check any dependencies",
"tags": [
"Health"
],
"security": [],
"parameters": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment