From 12401968371226d894a0e8bcb7870c9ac7bbb5a6 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Mon, 6 May 2019 00:11:25 -0600 Subject: [PATCH 1/2] Fix spelling in server notices admin API docs --- docs/admin_api/server_notices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin_api/server_notices.md b/docs/admin_api/server_notices.md index 5ddd21cfb29a..858b052b84c7 100644 --- a/docs/admin_api/server_notices.md +++ b/docs/admin_api/server_notices.md @@ -36,7 +36,7 @@ You can optionally include the following additional parameters: * `state_key`: Setting this will result in a state event being sent. -Once the notice has been sent, the APU will return the following response: +Once the notice has been sent, the API will return the following response: ```json { From 2419f95f0fa4a7ed018c370809a6b40b0471cd24 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Mon, 6 May 2019 00:12:55 -0600 Subject: [PATCH 2/2] changelog --- changelog.d/5142.feature | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/5142.feature diff --git a/changelog.d/5142.feature b/changelog.d/5142.feature new file mode 100644 index 000000000000..54b228680d95 --- /dev/null +++ b/changelog.d/5142.feature @@ -0,0 +1 @@ +Implement an admin API for sending server notices. Many thanks to @krombel who provided a foundation for this work.