diff --git a/dashmachine/platform/curl.py b/dashmachine/platform/curl.py index 360d9d6..5fea062 100644 --- a/dashmachine/platform/curl.py +++ b/dashmachine/platform/curl.py @@ -14,7 +14,7 @@ response_type = json | Variable | Required | Description | Options | |-----------------|----------|-----------------------------------------------------------------|-------------------| | [variable_name] | Yes | Name for the data source. | [variable_name] | -| platform | Yes | Name of the platform. | curl | +| plaform | Yes | Name of the platform. | curl | | resource | Yes | Url to curl | url | | value_template | Yes | Jinja template for how the returned data from api is displayed. | jinja template | | response_type | No | Response type. Use json if response is a JSON. Default is plain.| plain,json |