diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2020-11-03 13:48:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-03 12:48:25 +0000 |
commit | 4fda58ddd257980bac8cfc277825f4deecc5dd7b (patch) | |
tree | ecac888d43547f4d8e178cb76450eff93e513314 /docs/admin_api | |
parent | Block clients from sending server ACLs that lock the local server out. (#8708) (diff) | |
download | synapse-4fda58ddd257980bac8cfc277825f4deecc5dd7b.tar.xz |
Remove the "draft" status of the Room Details Admin API (#8702)
Fixes #8550
Diffstat (limited to 'docs/admin_api')
-rw-r--r-- | docs/admin_api/rooms.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/admin_api/rooms.md b/docs/admin_api/rooms.md index fa9b914fa7..0c05b0ed55 100644 --- a/docs/admin_api/rooms.md +++ b/docs/admin_api/rooms.md @@ -265,12 +265,10 @@ Response: Once the `next_token` parameter is no longer present, we know we've reached the end of the list. -# DRAFT: Room Details API +# Room Details API The Room Details admin API allows server admins to get all details of a room. -This API is still a draft and details might change! - The following fields are possible in the JSON response body: * `room_id` - The ID of the room. |