docs: fix notifier debug endpoint
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
b981dc109d
commit
6b3c78da71
|
@ -5129,13 +5129,13 @@ You can trigger a notifier manually using this endpoint.
|
||||||
|
|
||||||
HTTP request:
|
HTTP request:
|
||||||
```http
|
```http
|
||||||
POST /server/notifiers/test?name=notifier_name
|
POST /debug/notifiers/test?name=notifier_name
|
||||||
```
|
```
|
||||||
JSON-RPC request:
|
JSON-RPC request:
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"jsonrpc": "2.0",
|
"jsonrpc": "2.0",
|
||||||
"method": "server.notifiers.test",
|
"method": "debug.notifiers.test",
|
||||||
"params": {
|
"params": {
|
||||||
"name": "notifier_name"
|
"name": "notifier_name"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue