Update rest.markdown to include payload_template option (#30710)

This commit is contained in:
Lukasz Szmit 2024-04-22 08:32:34 +01:00 committed by GitHub
parent b4af6530e6
commit 64c68b0a6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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