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

Commit

Permalink
Remove the "draft" status of the Room Details Admin API (#8702)
Browse files Browse the repository at this point in the history
Fixes #8550
  • Loading branch information
dklimpel committed Nov 3, 2020
1 parent 243d427 commit 4fda58d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
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

0 comments on commit 4fda58d

Please sign in to comment.