From 6b3c78da718835d0740d6920f6a882206eac3810 Mon Sep 17 00:00:00 2001 From: Eric Callahan Date: Tue, 18 Oct 2022 05:20:39 -0400 Subject: [PATCH] docs: fix notifier debug endpoint Signed-off-by: Eric Callahan --- docs/web_api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/web_api.md b/docs/web_api.md index cb3921b..5e7dcd5 100644 --- a/docs/web_api.md +++ b/docs/web_api.md @@ -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" },