From 8bf3f502d26ed9c5629cd2b9a7278dad3a696b45 Mon Sep 17 00:00:00 2001 From: Timothy Arnold Date: Fri, 12 Aug 2022 15:22:55 -0500 Subject: [PATCH] Add a link to the server notice information in the Matrix Spec --- docs/administration/4_adminapi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/administration/4_adminapi.md b/docs/administration/4_adminapi.md index 0e4a37f02..12ca905c6 100644 --- a/docs/administration/4_adminapi.md +++ b/docs/administration/4_adminapi.md @@ -57,7 +57,7 @@ Request body format: } ``` -Send a server notice to a specific user. +Send a server notice to a specific user. See the (Matrix Spec)[https://spec.matrix.org/v1.3/client-server-api/#server-notices] for additional details on server notice behaviour. If successfully sent, the API will return the following response: ```