From 0d09c70f68f0e0e17cf941121119c0aface93347 Mon Sep 17 00:00:00 2001 From: Alex Barcelo Date: Sun, 12 Sep 2021 10:51:31 +0200 Subject: [PATCH] Use `map` for `headers` field in the rest_command integration (#19255) --- source/_integrations/rest_command.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/rest_command.markdown b/source/_integrations/rest_command.markdown index bc2ed19ff71..4f72f0f37c1 100644 --- a/source/_integrations/rest_command.markdown +++ b/source/_integrations/rest_command.markdown @@ -40,7 +40,7 @@ service_name: headers: description: The headers for the requests. required: false - type: list + type: map payload: description: A string/template to send with request. required: false