template-backend/src/ApiDomain/Schema/External/Api/Health/request.json
2025-01-02 00:04:43 +01:00

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"
}
}
}
}