mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-24 06:47:50 +01:00
26 lines
642 B
JSON
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"
|
|
}
|
|
]
|
|
}
|