kibana/api_docs/enterprise_search.json
Stacey Gammon cecdcc538e
API docs clean up (#93508)
* Fix links to github

* Fix links to github

* Update docs to latest

* Sort, remove unneccessary path info, reduce tags

* Go back to having DocDef create the link to avoid backport conflicts

* update api docs
2021-03-05 20:12:28 -05:00

67 lines
1.5 KiB
JSON

{
"id": "enterpriseSearch",
"client": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"server": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [
{
"id": "def-server.ConfigType",
"type": "Type",
"label": "ConfigType",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/enterprise_search/server/index.ts",
"lineNumber": 24
},
"signature": [
"{ readonly host?: string | undefined; readonly enabled: boolean; readonly accessCheckTimeout: number; readonly accessCheckTimeoutWarning: number; }"
],
"initialIsOpen": false
}
],
"objects": [
{
"tags": [],
"id": "def-server.configSchema",
"type": "Object",
"label": "configSchema",
"description": [],
"source": {
"path": "x-pack/plugins/enterprise_search/server/index.ts",
"lineNumber": 17
},
"signature": [
"ObjectType",
"<{ host: ",
"Type",
"<string | undefined>; enabled: ",
"Type",
"<boolean>; accessCheckTimeout: ",
"Type",
"<number>; accessCheckTimeoutWarning: ",
"Type"
],
"initialIsOpen": false
}
]
},
"common": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
}
}