From 5dfd149c0df095ce61365d35277994c63a392178 Mon Sep 17 00:00:00 2001 From: Timothy Arnold Date: Fri, 12 Aug 2022 14:52:21 -0500 Subject: [PATCH] Fix inaccurate information on server notice documentation --- docs/administration/4_adminapi.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/administration/4_adminapi.md b/docs/administration/4_adminapi.md index 31d3f28ce..f20761498 100644 --- a/docs/administration/4_adminapi.md +++ b/docs/administration/4_adminapi.md @@ -58,8 +58,7 @@ Request body format: } ``` -Send a server notice to a specific user. If user_id is not supplied, the server notice is sent to all users. - +Send a server notice to a specific user. If successfully sent, the API will return the following response: ```