From 48bafb30e2ce78e550e58455ca79446aca0293a3 Mon Sep 17 00:00:00 2001 From: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> Date: Mon, 4 Nov 2024 09:40:45 -0500 Subject: [PATCH] Fix API docs link (#1415) (cherry picked from commit ec8b42834dc1d334a446262a4edaa68ca7abaa24) --- .../fleet/fleet-api-docs.asciidoc | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/docs/en/ingest-management/fleet/fleet-api-docs.asciidoc b/docs/en/ingest-management/fleet/fleet-api-docs.asciidoc index 69987b502..9571baf49 100644 --- a/docs/en/ingest-management/fleet/fleet-api-docs.asciidoc +++ b/docs/en/ingest-management/fleet/fleet-api-docs.asciidoc @@ -1,23 +1,8 @@ [[fleet-api-docs]] = {kib} {fleet} APIs -You can find details for all available {fleet} API endpoints in our generated -<>. This documentation is experimental and may be -incomplete or change later. - -The main source of truth for the {fleet} API can be found in the -https://github.com/elastic/kibana/blob/main/x-pack/plugins/fleet/common/openapi/bundled.json[self-contained spec file] -that you can use to generate docs using Swagger or a similar tool. -For more information, refer to the -https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/common/openapi/README.md[{fleet} OpenAPI readme]. - -//However we do provide a self-contained spec file that you can -//https://petstore.swagger.io/?url=https://raw.githubusercontent.com/elastic/kibana/{branch}/x-pack/plugins/fleet/common/openapi/bundled.json[view in Swagger] -//(or a similar tool) to explore our Fleet APIs. - -//For more information, refer to the -//https://github.com/elastic/kibana/blob/{branch}/x-pack/plugins/fleet/common/openapi/README.md[{fleet} OpenAPI file] -//in the {kib} repository. +You can find details for all available {fleet} API endpoints in our generated +{api-kibana}[Kibana API docs]. In this section, we provide examples of some commonly used {fleet} APIs.