summary refs log tree commit diff
path: root/docs/admin_api/shutdown_room.md
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-08-03 17:31:18 -0700
committerAndrew Morgan <andrew@amorgan.xyz>2020-08-03 17:31:18 -0700
commit16a44cff1d32f6b14ac4184d0386a3b78d6c475c (patch)
tree580f49739b61a8cf7ef58bcf50de099ba0fbe813 /docs/admin_api/shutdown_room.md
parentMerge commit '77d2c0541' into anoa/dinsic_release_1_18_x (diff)
parentAdd delete room admin endpoint (#7613) (diff)
downloadsynapse-16a44cff1d32f6b14ac4184d0386a3b78d6c475c.tar.xz
Merge commit '491f0dab1' into anoa/dinsic_release_1_18_x
* commit '491f0dab1':
  Add delete room admin endpoint (#7613)
Diffstat (limited to 'docs/admin_api/shutdown_room.md')
-rw-r--r--docs/admin_api/shutdown_room.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/admin_api/shutdown_room.md b/docs/admin_api/shutdown_room.md

index 54ce1cd234..808caeec79 100644 --- a/docs/admin_api/shutdown_room.md +++ b/docs/admin_api/shutdown_room.md
@@ -10,6 +10,8 @@ disallow any further invites or joins. The local server will only have the power to move local user and room aliases to the new room. Users on other servers will be unaffected. +See also: [Delete Room API](rooms.md#delete-room-api) + ## API You will need to authenticate with an access token for an admin user.