docs: fix notifier debug endpoint

Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2022-10-18 05:20:39 -04:00
parent b981dc109d
commit 6b3c78da71
No known key found for this signature in database
GPG Key ID: 5A1EB336DFB4C71B
1 changed files with 2 additions and 2 deletions

View File

@ -5129,13 +5129,13 @@ You can trigger a notifier manually using this endpoint.
HTTP request:
```http
POST /server/notifiers/test?name=notifier_name
POST /debug/notifiers/test?name=notifier_name
```
JSON-RPC request:
```json
{
"jsonrpc": "2.0",
"method": "server.notifiers.test",
"method": "debug.notifiers.test",
"params": {
"name": "notifier_name"
},