Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Fix spelling in server notices admin API docs #5142

Merged
merged 2 commits into from
May 6, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/5142.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Implement an admin API for sending server notices. Many thanks to @krombel who provided a foundation for this work.
2 changes: 1 addition & 1 deletion docs/admin_api/server_notices.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down