From b1625955fe223166a9f5272657002a514872a47b Mon Sep 17 00:00:00 2001
From: martinrw <23168921+martinrw@users.noreply.github.com>
Date: Wed, 12 Aug 2020 20:30:43 +0100
Subject: [PATCH] Docs: Mention httpMode in the docs (#26964)

---
 docs/sources/administration/provisioning.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/sources/administration/provisioning.md b/docs/sources/administration/provisioning.md
index 690d0af9257..7b2aa6f0323 100644
--- a/docs/sources/administration/provisioning.md
+++ b/docs/sources/administration/provisioning.md
@@ -151,6 +151,7 @@ Since not all datasources have the same configuration settings we only have the
 | tlsSkipVerify           | boolean | _All_                                                            | Controls whether a client verifies the server's certificate chain and host name.            |
 | graphiteVersion         | string  | Graphite                                                         | Graphite version                                                                            |
 | timeInterval            | string  | Prometheus, Elasticsearch, InfluxDB, MySQL, PostgreSQL and MSSQL | Lowest interval/step value that should be used for this data source                         |
+| httpMode                | string  | Influxdb, Prometheus                                             | HTTP Method. 'GET', 'POST', defaults to GET                 |
 | esVersion               | number  | Elasticsearch                                                    | Elasticsearch version as a number (2/5/56/60/70)                                            |
 | timeField               | string  | Elasticsearch                                                    | Which field that should be used as timestamp                                                |
 | interval                | string  | Elasticsearch                                                    | Index date time format. nil(No Pattern), 'Hourly', 'Daily', 'Weekly', 'Monthly' or 'Yearly' |