diff --git a/docs/en/latest/plugins/body-transformer.md b/docs/en/latest/plugins/body-transformer.md index 15df4dbc456d..dc1b78632746 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)"'" } }