From 13dffd5954d4cdf0888d4e74477e3ff05e30ab9f Mon Sep 17 00:00:00 2001 From: "franz.nemeth" Date: Sat, 21 Mar 2020 15:56:04 +0100 Subject: [PATCH] fixed method options --- dashmachine/platform/http_status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashmachine/platform/http_status.py b/dashmachine/platform/http_status.py index 3f0259b..a74741f 100644 --- a/dashmachine/platform/http_status.py +++ b/dashmachine/platform/http_status.py @@ -20,7 +20,7 @@ return_codes = 2xx,3xx | [variable_name] | Yes | Name for the data source. | [variable_name] | | platform | Yes | Name of the platform. | rest | | resource | Yes | Url of rest api resource. | url | -| method | No | Method for the api call, default is GET | GET,POST | +| method | No | Method for the api call, default is GET | GET,HEAD,OPTIONS,TRACE| | authentication | No | Authentication for the api call, default is None | None,basic,digest | | username | No | Username to use for auth. | string | | password | No | Password to use for auth. | string |