Skip to content

Commit c4a917b

Browse files
authored
docs: fix broken example in body-transformer (apache#11409)
1 parent 85a6348 commit c4a917b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/en/latest/plugins/body-transformer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ curl http://127.0.0.1:9180/apisix/admin/routes/test_ws \
138138
"plugins": {
139139
"body-transformer": {
140140
"request": {
141+
"template_is_base64": true,
141142
"template": "'"$(base64 -w0 /path/to/my_template_file)"'"
142143
}
143144
}

0 commit comments

Comments
 (0)