This is an automated email from the ASF dual-hosted git repository.
navendu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new c4a917bdd docs: fix broken example in body-transformer (#11409)
c4a917bdd is described below
commit c4a917bdd64d35ec33be29b0c28a8ca10d0ec99e
Author: Yarden Shoham <[email protected]>
AuthorDate: Fri Jul 19 10:40:32 2024 +0300
docs: fix broken example in body-transformer (#11409)
---
docs/en/latest/plugins/body-transformer.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/en/latest/plugins/body-transformer.md
b/docs/en/latest/plugins/body-transformer.md
index 15df4dbc4..dc1b78632 100644
--- a/docs/en/latest/plugins/body-transformer.md
+++ b/docs/en/latest/plugins/body-transformer.md
@@ -138,6 +138,7 @@ curl http://127.0.0.1:9180/apisix/admin/routes/test_ws \
"plugins": {
"body-transformer": {
"request": {
+ "template_is_base64": true,
"template": "'"$(base64 -w0 /path/to/my_template_file)"'"
}
}