From fcb4b3d39e94886b45db595fe404eced8b088285 Mon Sep 17 00:00:00 2001 From: Pepe Cano <825430+ppcano@users.noreply.github.com> Date: Fri, 30 Aug 2024 10:27:24 +0200 Subject: [PATCH] Docs: keep the HTTP API list updated (#92635) * Docs: keep the HTTP API list updated * Update menu title to be consistent with the HTTP API list * Update docs/sources/developers/http_api/preferences.md Co-authored-by: Jack Baldry * Update docs/sources/developers/http_api/snapshot.md Co-authored-by: Jack Baldry --------- Co-authored-by: Irene Rodriguez Co-authored-by: Jack Baldry --- docs/sources/developers/http_api/_index.md | 25 ++++++++++--------- .../developers/http_api/preferences.md | 2 +- docs/sources/developers/http_api/snapshot.md | 2 +- 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/docs/sources/developers/http_api/_index.md b/docs/sources/developers/http_api/_index.md index 806ab1f8650..28ec50df492 100644 --- a/docs/sources/developers/http_api/_index.md +++ b/docs/sources/developers/http_api/_index.md @@ -80,40 +80,41 @@ Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk - [Admin API]({{< relref "admin/" >}}) - [Alerting API (unstable)](https://editor.swagger.io/?url=https://raw.githubusercontent.com/grafana/grafana/main/pkg/services/ngalert/api/tooling/post.json) -- [Alerting Provisioning API]({{< relref "alerting_provisioning/" >}}) +- [Alerting provisioning API]({{< relref "alerting_provisioning/" >}}) - [Annotations API]({{< relref "annotations/" >}}) - [Correlations API]({{< relref "correlations/" >}}) - [Dashboard API]({{< relref "dashboard/" >}}) -- [Dashboard Permissions API]({{< relref "dashboard_permissions/" >}}) -- [Dashboard Versions API]({{< relref "dashboard_versions/" >}}) +- [Dashboard permissions API]({{< relref "dashboard_permissions/" >}}) +- [Dashboard versions API]({{< relref "dashboard_versions/" >}}) - [Data source API]({{< relref "data_source/" >}}) - [Folder API]({{< relref "folder/" >}}) -- [Folder Permissions API]({{< relref "folder_permissions/" >}}) -- [Folder/Dashboard Search API]({{< relref "folder_dashboard_search/" >}}) -- [Library Element API]({{< relref "library_element/" >}}) +- [Folder permissions API]({{< relref "folder_permissions/" >}}) +- [Folder/Dashboard search API]({{< relref "folder_dashboard_search/" >}}) +- [Library element API]({{< relref "library_element/" >}}) - [Organization API]({{< relref "org/" >}}) - [Other API]({{< relref "other/" >}}) - [Playlists API]({{< relref "playlist/" >}}) - [Preferences API]({{< relref "preferences/" >}}) -- [Short URL API]({{< relref "short_url/" >}}) +- [Public dashboard API]({{< relref "dashboard_public/" >}}) - [Query history API]({{< relref "query_history/" >}}) +- [Service account API]({{< relref "serviceaccount/" >}}) +- [Short URL API]({{< relref "short_url/" >}}) - [Snapshot API]({{< relref "snapshot/" >}}) +- [SSO settings API]({{< relref "sso-settings/" >}}) - [Team API]({{< relref "team/" >}}) - [User API]({{< relref "user/" >}}) ## Deprecated HTTP APIs -- [Alerting Notification Channels API]({{< relref "alerting_notification_channels/" >}}) -- [Alerting API]({{< relref "alerting/" >}}) - [Authentication API]({{< relref "auth/" >}}) ## Grafana Enterprise HTTP APIs Grafana Enterprise includes all of the Grafana OSS APIs as well as those that follow: -- [Role-based access control API]({{< relref "access_control/" >}}) - [Data source permissions API]({{< relref "datasource_permissions/" >}}) -- [Team sync API]({{< relref "team_sync/" >}}) - [License API]({{< relref "licensing/" >}}) -- [Reporting API]({{< relref "reporting/" >}}) - [Query and resource caching API]({{< relref "query_and_resource_caching/" >}}) +- [Reporting API]({{< relref "reporting/" >}}) +- [Role-based access control API]({{< relref "access_control/" >}}) +- [Team sync API]({{< relref "team_sync/" >}}) diff --git a/docs/sources/developers/http_api/preferences.md b/docs/sources/developers/http_api/preferences.md index 91a81849cea..42847e1e2eb 100644 --- a/docs/sources/developers/http_api/preferences.md +++ b/docs/sources/developers/http_api/preferences.md @@ -13,7 +13,7 @@ labels: products: - enterprise - oss -title: 'HTTP Preferences API ' +title: 'Preferences API' --- # User and Org Preferences API diff --git a/docs/sources/developers/http_api/snapshot.md b/docs/sources/developers/http_api/snapshot.md index 54360b768dd..8329d4b62b2 100644 --- a/docs/sources/developers/http_api/snapshot.md +++ b/docs/sources/developers/http_api/snapshot.md @@ -13,7 +13,7 @@ labels: products: - enterprise - oss -title: 'HTTP Snapshot API ' +title: 'Snapshot API' --- # Snapshot API