Wiki Health
Wiki Health Score 5軸精密版(Section 25-9)。admin 以上。
GET
/wiki/healthHeader parameters
authorizationstring | anyX-Api-Keystring | anyResponses
200Successful Response
any422Validation Error
detailValidationError[]Show propertiesHide properties
Array of
ValidationErrorlocstring | integer[]requiredShow propertiesHide properties
Array of
string | integerAny of:
string
stringinteger
integermsgstringrequiredtypestringrequiredRequest
curl -X GET "/wiki/health"const response = await fetch("/wiki/health", {
method: "GET"
});import requests
response = requests.get(
"/wiki/health",
)Response
"string"{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}