Skip to content

Commit

Permalink
docs: correct customHttp notification provider parameter name (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerrickMm authored Jul 18, 2024
1 parent cc33936 commit 4fb8671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/provider/notification/customHttp.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ There are three required fields: `Method`, `Parameter name`, `Content`, and `Cha
| Method | Select `GET` or `POST` method. |
| Parameter name | URL query parameter name or body parameter, depending on the `method`. |
| Content | The message you want to send. |
| Chat ID | Your HTTP address |
| Endpoint | Your HTTP address |

![custom_http_provider](/img/providers/notification/custom_http_provider.png)

Expand Down

0 comments on commit 4fb8671

Please sign in to comment.