This is an automated email from the ASF dual-hosted git repository.
ruanwenjun pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new c502ea1778 [Doc-18193][dolphinscheduler-alert-http] Fix incorrect
alert param doc (#18194)
c502ea1778 is described below
commit c502ea1778630f59c2972d6e8d38462d1e10dd05
Author: xiangzihao <[email protected]>
AuthorDate: Tue Apr 28 14:13:45 2026 +0800
[Doc-18193][dolphinscheduler-alert-http] Fix incorrect alert param doc
(#18194)
---
docs/docs/en/guide/alert/http.md | 2 +-
docs/docs/zh/guide/alert/http.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/docs/en/guide/alert/http.md b/docs/docs/en/guide/alert/http.md
index f765b9db0c..0568a6d82a 100644
--- a/docs/docs/en/guide/alert/http.md
+++ b/docs/docs/en/guide/alert/http.md
@@ -12,7 +12,7 @@ If you need to use `Http script` for alerting, create an
alert instance in the a
| Body | The request body of the `Http` request in JSON format, when
using `POST` or `PUT` method to alert. |
| Content Type | The content-type of header.
|
-> Alarm message supports variables `$msg`, which can be used in `URL`,
`Headers`, and `Body`.
+> Alarm message supports variables `${msg}`, which can be used in `URL`,
`Headers`, and `Body`.
### GET HTTP
diff --git a/docs/docs/zh/guide/alert/http.md b/docs/docs/zh/guide/alert/http.md
index 51524ac786..c1343b85c2 100644
--- a/docs/docs/zh/guide/alert/http.md
+++ b/docs/docs/zh/guide/alert/http.md
@@ -12,7 +12,7 @@
| 请求体(Body) | Http`请求的完整请求体,以JSON为格式,非必填 |
| Content-Type | 请求体的`Content-Type`,默认为`application/json` |
-> 告警消息,支持变量`$msg`,可在`URL`,`请求头`,`请求体`中使用,非必填。
+> 告警消息,支持变量`${msg}`,可在`URL`,`请求头`,`请求体`中使用,非必填。
### GET Http告警