From 40e4d821c49c100d935993098b354b844d5f82d8 Mon Sep 17 00:00:00 2001 From: Kevin Custer Date: Wed, 18 Mar 2020 06:43:58 -0400 Subject: [PATCH] Correct typo in rest.py --- dashmachine/platform/rest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashmachine/platform/rest.py b/dashmachine/platform/rest.py index ef8825c..372617b 100644 --- a/dashmachine/platform/rest.py +++ b/dashmachine/platform/rest.py @@ -18,7 +18,7 @@ payload = {"var1": "hi", "var2": 1} | Variable | Required | Description | Options | |-----------------|----------|-----------------------------------------------------------------|-------------------| | [variable_name] | Yes | Name for the data source. | [variable_name] | -| plaform | Yes | Name of the platform. | rest | +| platform | Yes | Name of the platform. | rest | | resource | Yes | Url of rest api resource. | url | | value_template | Yes | Jinja template for how the returned data from api is displayed. | jinja template | | method | No | Method for the api call, default is GET | GET,POST |