mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 08:56:04 -04:00
Remove the "draft" status of the Room Details Admin API (#8702)
Fixes #8550
This commit is contained in:
parent
243d427fbc
commit
4fda58ddd2
2 changed files with 2 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue