diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2021-11-03 11:09:00 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2021-11-03 11:09:00 +0000 |
commit | d688a6dee5cb3fc82b63a48e5654629959a439d2 (patch) | |
tree | 125b68600c5ffdb721129a0bcb786e003a41923b /docs/admin_api | |
parent | Support sending no `state_events_at_start` in the MSC2716 `/batch_send` endpo... (diff) | |
download | synapse-d688a6dee5cb3fc82b63a48e5654629959a439d2.tar.xz |
fix a small typo in the delete room api docs
Diffstat (limited to 'docs/admin_api')
-rw-r--r-- | docs/admin_api/rooms.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/admin_api/rooms.md b/docs/admin_api/rooms.md index 1fc3cc3c42..ab6b82a082 100644 --- a/docs/admin_api/rooms.md +++ b/docs/admin_api/rooms.md @@ -385,7 +385,7 @@ A response body like the following is returned: # Delete Room API -The Delete Room admin API allows server admins to remove rooms from server +The Delete Room admin API allows server admins to remove rooms from the server and block these rooms. Shuts down a room. Moves all local users and room aliases automatically to a |