Skip to content

Commit c502ea1

Browse files
authored
[Doc-18193][dolphinscheduler-alert-http] Fix incorrect alert param doc (#18194)
1 parent e07a702 commit c502ea1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/docs/en/guide/alert/http.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ If you need to use `Http script` for alerting, create an alert instance in the a
1212
| Body | The request body of the `Http` request in JSON format, when using `POST` or `PUT` method to alert. |
1313
| Content Type | The content-type of header. |
1414

15-
> Alarm message supports variables `$msg`, which can be used in `URL`, `Headers`, and `Body`.
15+
> Alarm message supports variables `${msg}`, which can be used in `URL`, `Headers`, and `Body`.
1616
1717
### GET HTTP
1818

docs/docs/zh/guide/alert/http.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
| 请求体(Body) | Http`请求的完整请求体,以JSON为格式,非必填 |
1313
| Content-Type | 请求体的`Content-Type`,默认为`application/json` |
1414

15-
> 告警消息,支持变量`$msg`,可在`URL`,`请求头`,`请求体`中使用,非必填。
15+
> 告警消息,支持变量`${msg}`,可在`URL`,`请求头`,`请求体`中使用,非必填。
1616
1717
### GET Http告警
1818

0 commit comments

Comments
 (0)