From 07d169974c0ebd80fe672ae4c1e7ada03ae26a32 Mon Sep 17 00:00:00 2001 From: Ivana Huckova Date: Thu, 9 Jun 2022 15:23:31 +0200 Subject: [PATCH] Add query history into api docs --- docs/sources/developers/http_api/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sources/developers/http_api/_index.md b/docs/sources/developers/http_api/_index.md index 03546de0e01..c3e746b8483 100644 --- a/docs/sources/developers/http_api/_index.md +++ b/docs/sources/developers/http_api/_index.md @@ -39,6 +39,7 @@ dashboards, creating users, and updating data sources. - [Playlists API]({{< relref "playlist/" >}}) - [Preferences API]({{< relref "preferences/" >}}) - [Short URL API]({{< relref "short_url/" >}}) +- [Query history API]({{< relref "query_history/" >}}) - [Snapshot API]({{< relref "snapshot/" >}}) - [Team API]({{< relref "team/" >}}) - [User API]({{< relref "user/" >}})