14 lines
250 B
JSON
14 lines
250 B
JSON
{
|
|
"get": {
|
|
"description": "Checks the health of the API backend",
|
|
"responses": {
|
|
"200": {
|
|
"$ref": "./response.json"
|
|
},
|
|
"default": {
|
|
"$ref": "../../../Partials/Response/bad-request.json"
|
|
}
|
|
}
|
|
}
|
|
}
|