diff --git a/source/_integrations/rest.markdown b/source/_integrations/rest.markdown index 418ae085524..89cabafaa42 100644 --- a/source/_integrations/rest.markdown +++ b/source/_integrations/rest.markdown @@ -127,6 +127,10 @@ payload: description: The payload to send with a POST request. Depends on the service, but usually formed as JSON. required: false 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: description: Verify the SSL certificate of the endpoint. required: false