mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Update rest.markdown to include payload_template option (#30710)
This commit is contained in:
parent
b4af6530e6
commit
64c68b0a6b
@ -127,6 +127,10 @@ payload:
|
|||||||
description: The payload to send with a POST request. Depends on the service, but usually formed as JSON.
|
description: The payload to send with a POST request. Depends on the service, but usually formed as JSON.
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
payload_template:
|
||||||
|
description: The payload to send with a POST request with template support. Depends on the service, but usually formed as JSON.
|
||||||
|
required: false
|
||||||
|
type: template
|
||||||
verify_ssl:
|
verify_ssl:
|
||||||
description: Verify the SSL certificate of the endpoint.
|
description: Verify the SSL certificate of the endpoint.
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user