commit | c4a917bdd64d35ec33be29b0c28a8ca10d0ec99e | [log] [tgz] |
---|---|---|
author | Yarden Shoham <git@yardenshoham.com> | Fri Jul 19 10:40:32 2024 +0300 |
committer | GitHub <noreply@github.com> | Fri Jul 19 13:10:32 2024 +0530 |
tree | fd9e9331b9bc8b54301c64d1bf9473a135f73cc8 | |
parent | 85a6348a1eb9b2009d60a6dd9590bafeed70249a [diff] |
docs: fix broken example in body-transformer (#11409)
diff --git a/docs/en/latest/plugins/body-transformer.md b/docs/en/latest/plugins/body-transformer.md index 15df4db..dc1b786 100644 --- a/docs/en/latest/plugins/body-transformer.md +++ b/docs/en/latest/plugins/body-transformer.md
@@ -138,6 +138,7 @@ "plugins": { "body-transformer": { "request": { + "template_is_base64": true, "template": "'"$(base64 -w0 /path/to/my_template_file)"'" } }