Correct typo in rest.py
This commit is contained in:
parent
672c984d51
commit
40e4d821c4
@ -18,7 +18,7 @@ payload = {"var1": "hi", "var2": 1}
|
|||||||
| Variable | Required | Description | Options |
|
| Variable | Required | Description | Options |
|
||||||
|-----------------|----------|-----------------------------------------------------------------|-------------------|
|
|-----------------|----------|-----------------------------------------------------------------|-------------------|
|
||||||
| [variable_name] | Yes | Name for the data source. | [variable_name] |
|
| [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 |
|
| resource | Yes | Url of rest api resource. | url |
|
||||||
| value_template | Yes | Jinja template for how the returned data from api is displayed. | jinja template |
|
| 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 |
|
| method | No | Method for the api call, default is GET | GET,POST |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user