From d86bed74db78cd37fbd3c6e7db4d44f174a12ba4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20Schmitz=20von=20H=C3=BClst?= Date: Wed, 11 Nov 2020 21:30:45 +0100 Subject: [PATCH] Add rest query params documentation (#15352) --- source/_integrations/rest.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/rest.markdown b/source/_integrations/rest.markdown index 361f81dfb06..f7c60bc8918 100644 --- a/source/_integrations/rest.markdown +++ b/source/_integrations/rest.markdown @@ -104,6 +104,10 @@ headers: description: The headers for the requests. required: false type: [string, list] +params: + description: The query params for the requests. + required: false + type: [string, list] json_attributes: description: A list of keys to extract values from a JSON dictionary result and then set as sensor attributes. If the endpoint returns XML with the "text/xml" or "application/xml" content type, it will automatically be converted to JSON according to this [specification](https://www.xml.com/pub/a/2006/05/31/converting-between-xml-and-json.html) required: false