From 9c4011b6445c053910afde1d3a96d44a67e31aaf Mon Sep 17 00:00:00 2001 From: G Johansson Date: Sat, 31 May 2025 17:12:12 +0200 Subject: [PATCH] Add missing payload_template config option in Scrape (#39329) --- source/_integrations/scrape.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/scrape.markdown b/source/_integrations/scrape.markdown index bf9a9e8ae55..aaa55af8e36 100644 --- a/source/_integrations/scrape.markdown +++ b/source/_integrations/scrape.markdown @@ -60,6 +60,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. + required: false + type: template verify_ssl: description: Verify the SSL certificate of the endpoint. required: false