btcpayserver/BTCPayServer/wwwroot/swagger/v1/swagger.template.health.json
2020-04-21 14:59:33 +02:00

26 lines
642 B
JSON

{
"paths": {
"/api/v1/health": {
"get": {
"tags": [
"Health"
],
"summary": "Get health status",
"description": "Check whether of not the instance is up",
"operationId": "Health_GetHealth",
"responses": {
"200": {
"description": "Instance is up",
"content": {}
}
},
"security": []
}
}
},
"tags": [
{
"name": "Health"
}
]
}