mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Remove the "draft" status of the Room Details Admin API (#8702)
Fixes #8550
This commit is contained in:
parent
243d427fbc
commit
4fda58ddd2
1
changelog.d/8702.misc
Normal file
1
changelog.d/8702.misc
Normal file
@ -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
Block a user