Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions oas_docs/overlays/kibana.overlays.bump_slim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ actions:
description: |
> **Technical preview** — The Dashboards API is currently in technical preview and its full reference documentation is temporarily hosted at a separate location.
>
> **[View the full Dashboards API reference →](https://elastic.github.io/dashboards-api-spec/#tag/Dashboards)**
> **[View the full Dashboards API reference →](https://elastic.github.io/dashboards-api-spec/dashboards#tag/Dashboards)**
post:
tags:
- Dashboards
Expand All @@ -49,7 +49,7 @@ actions:
description: |
> **Technical preview** — The Dashboards API is currently in technical preview and its full reference documentation is temporarily hosted at a separate location.
>
> **[View the full Dashboards API reference →](https://elastic.github.io/dashboards-api-spec/#tag/Dashboards)**
> **[View the full Dashboards API reference →](https://elastic.github.io/dashboards-api-spec/dashboards#tag/Dashboards)**

- target: "$.paths['/api/dashboards/{id}'].get"
description: "Strip GET /api/dashboards/{id} down to redirect notice"
Expand All @@ -71,7 +71,7 @@ actions:
description: |
> **Technical preview** — The Dashboards API is currently in technical preview and its full reference documentation is temporarily hosted at a separate location.
>
> **[View the full Dashboards API reference →](https://elastic.github.io/dashboards-api-spec/#tag/Dashboards)**
> **[View the full Dashboards API reference →](https://elastic.github.io/dashboards-api-spec/dashboards#tag/Dashboards)**
put:
tags:
- Dashboards
Expand All @@ -80,7 +80,7 @@ actions:
description: |
> **Technical preview** — The Dashboards API is currently in technical preview and its full reference documentation is temporarily hosted at a separate location.
>
> **[View the full Dashboards API reference →](https://elastic.github.io/dashboards-api-spec/#tag/Dashboards)**
> **[View the full Dashboards API reference →](https://elastic.github.io/dashboards-api-spec/dashboards#tag/Dashboards)**
delete:
tags:
- Dashboards
Expand All @@ -89,7 +89,7 @@ actions:
description: |
> **Technical preview** — The Dashboards API is currently in technical preview and its full reference documentation is temporarily hosted at a separate location.
>
> **[View the full Dashboards API reference →](https://elastic.github.io/dashboards-api-spec/#tag/Dashboards)**
> **[View the full Dashboards API reference →](https://elastic.github.io/dashboards-api-spec/dashboards#tag/Dashboards)**

# ──────────────────────────────────────────────
# VISUALIZATIONS — same strategy.
Expand All @@ -113,7 +113,7 @@ actions:
description: |
> **Technical preview** — The Visualizations API is currently in technical preview and its full reference documentation is temporarily hosted at a separate location.
>
> **[View the full Visualizations API reference →](https://elastic.github.io/dashboards-api-spec/#tag/Visualizations)**
> **[View the full Visualizations API reference →](https://elastic.github.io/dashboards-api-spec/visualizations#tag/Visualizations)**
post:
tags:
- Visualizations
Expand All @@ -122,7 +122,7 @@ actions:
description: |
> **Technical preview** — The Visualizations API is currently in technical preview and its full reference documentation is temporarily hosted at a separate location.
>
> **[View the full Visualizations API reference →](https://elastic.github.io/dashboards-api-spec/#tag/Visualizations)**
> **[View the full Visualizations API reference →](https://elastic.github.io/dashboards-api-spec/visualizations#tag/Visualizations)**

- target: "$.paths['/api/visualizations/{id}'].get"
description: "Strip GET /api/visualizations/{id} down to redirect notice"
Expand All @@ -144,7 +144,7 @@ actions:
description: |
> **Technical preview** — The Visualizations API is currently in technical preview and its full reference documentation is temporarily hosted at a separate location.
>
> **[View the full Visualizations API reference →](https://elastic.github.io/dashboards-api-spec/#tag/Visualizations)**
> **[View the full Visualizations API reference →](https://elastic.github.io/dashboards-api-spec/visualizations#tag/Visualizations)**
put:
tags:
- Visualizations
Expand All @@ -153,7 +153,7 @@ actions:
description: |
> **Technical preview** — The Visualizations API is currently in technical preview and its full reference documentation is temporarily hosted at a separate location.
>
> **[View the full Visualizations API reference →](https://elastic.github.io/dashboards-api-spec/#tag/Visualizations)**
> **[View the full Visualizations API reference →](https://elastic.github.io/dashboards-api-spec/visualizations#tag/Visualizations)**
delete:
tags:
- Visualizations
Expand All @@ -162,7 +162,7 @@ actions:
description: |
> **Technical preview** — The Visualizations API is currently in technical preview and its full reference documentation is temporarily hosted at a separate location.
>
> **[View the full Visualizations API reference →](https://elastic.github.io/dashboards-api-spec/#tag/Visualizations)**
> **[View the full Visualizations API reference →](https://elastic.github.io/dashboards-api-spec/visualizations#tag/Visualizations)**

# ──────────────────────────────────────────────
# Tag-level descriptions (section intro above the operations list).
Expand All @@ -174,12 +174,12 @@ actions:
description: |
> **Technical preview** — The Dashboards API is currently in technical preview and its reference documentation is temporarily hosted at a separate location.
>
> **[View the full Dashboards API reference →](https://elastic.github.io/dashboards-api-spec/#tag/Dashboards)**
> **[View the full Dashboards API reference →](https://elastic.github.io/dashboards-api-spec/dashboards#tag/Dashboards)**

- target: '$.tags[?(@.name=="Visualizations")]'
description: "Replace Visualizations tag description with tech-preview notice"
update:
description: |
> **Technical preview** — The Visualizations API is currently in technical preview and its reference documentation is temporarily hosted at a separate location.
>
> **[View the full Visualizations API reference →](https://elastic.github.io/dashboards-api-spec/#tag/Visualizations)**
> **[View the full Visualizations API reference →](https://elastic.github.io/dashboards-api-spec/visualizations#tag/Visualizations)**
Loading