Remove the "draft" status of the Room Details Admin API (#8702)
Fixes #8550
This commit is contained in:
parent
243d427fbc
commit
4fda58ddd2
|
@ -0,0 +1 @@
|
|||
Remove the "draft" status of the Room Details Admin API.
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue