From 8a325f5595ed947c4a7582f140e1480dae55b0be Mon Sep 17 00:00:00 2001 From: Jason Skowronski Date: Tue, 26 Oct 2021 13:41:35 -0700 Subject: [PATCH] [Fleet] Marking API spec as experimental (#116331) # Conflicts: # x-pack/plugins/fleet/common/openapi/README.md --- x-pack/plugins/fleet/common/openapi/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/plugins/fleet/common/openapi/README.md b/x-pack/plugins/fleet/common/openapi/README.md index 7b302ab3cd478..0e3caae0f8e82 100644 --- a/x-pack/plugins/fleet/common/openapi/README.md +++ b/x-pack/plugins/fleet/common/openapi/README.md @@ -1,6 +1,6 @@ -# OpenAPI +# OpenAPI (Experimental) -The current self-contained spec file is [as JSON](https://raw.githubusercontent.com/elastic/kibana/7.x/x-pack/plugins/fleet/common/openapi/bundled.json) or [as YAML](https://raw.githubusercontent.com/elastic/kibana/7.x/x-pack/plugins/fleet/common/openapi/bundled.yaml) and can be used for online tools like those found at https://openapi.tools/ +The current self-contained spec file is [as JSON](https://raw.githubusercontent.com/elastic/kibana/7.x/x-pack/plugins/fleet/common/openapi/bundled.json) or [as YAML](https://raw.githubusercontent.com/elastic/kibana/7.x/x-pack/plugins/fleet/common/openapi/bundled.yaml) and can be used for online tools like those found at https://openapi.tools/. This spec is experiemental and may be incomplete or change later. For example, online viewers for the specification like these: