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

Remove the "draft" status of the Room Details Admin API #8702

Merged
merged 2 commits into from
Nov 3, 2020
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/8702.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove the "draft" status of the Room Details Admin API.
4 changes: 1 addition & 3 deletions docs/admin_api/rooms.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down