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
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Use the Dashboards API when you need to:

The API supports all panel types that have a defined schema, including visualizations, Discover sessions, markdown panels, and filter controls. Panel types without a schema, such as Maps and Links, are not supported yet and return an error on write.

Refer to the [Dashboards API reference](https://elastic.github.io/dashboards-api-spec/#tag/Dashboards) for the full request schema, panel types, and authentication requirements.
Refer to the [Dashboards API reference](https://elastic.github.io/dashboards-api-spec/dashboards#tag/Dashboards) for the full request schema, panel types, and authentication requirements.

## Visualizations API [lens-visualizations-api]
```{applies_to}
Expand All @@ -57,4 +57,4 @@ Use the Visualizations API when you need to:

To embed a saved visualization in a dashboard, add a `vis` panel to your Dashboards API request with `config.ref_id` set to the visualization's ID.

Refer to the [Visualizations API reference](https://elastic.github.io/dashboards-api-spec/#tag/Visualizations).
Refer to the [Visualizations API reference](https://elastic.github.io/dashboards-api-spec/visualizations#tag/Visualizations).
Loading