From 64c68b0a6be8a4a97d353bffc8c461d0b21b6b00 Mon Sep 17 00:00:00 2001 From: Lukasz Szmit <2490317+ptashek@users.noreply.github.com> Date: Mon, 22 Apr 2024 08:32:34 +0100 Subject: [PATCH] Update rest.markdown to include payload_template option (#30710) --- source/_integrations/rest.markdown | 4 ++++ 1 file changed, 4 insertions(+) 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