Use map for headers field in the rest_command integration (#19255)

This commit is contained in:
Alex Barcelo 2021-09-12 10:51:31 +02:00 committed by GitHub
parent dfdda04d3b
commit 0d09c70f68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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