Wiki Index Endpoint
wikilink グラフのクラスタ index.md を生成して返す(KNOWLEDGE Sec17.3)。viewer 以上。
GET
/wiki/indexHeader 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/index"const response = await fetch("/wiki/index", {
method: "GET"
});import requests
response = requests.get(
"/wiki/index",
)Response
"string"{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}