From b691e4e33f21d16e1531e623d8650e51789ec858 Mon Sep 17 00:00:00 2001 From: dklimpel <5740567+dklimpel@users.noreply.github.com> Date: Sun, 1 Nov 2020 20:48:50 +0100 Subject: [PATCH 1/2] Remove the "draft" status of the Room Details Admin API --- docs/admin_api/rooms.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/admin_api/rooms.md b/docs/admin_api/rooms.md index fa9b914fa7c8..0c05b0ed555c 100644 --- a/docs/admin_api/rooms.md +++ b/docs/admin_api/rooms.md @@ -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. From 23efb2764472eff847ad988650a20903126a3372 Mon Sep 17 00:00:00 2001 From: dklimpel <5740567+dklimpel@users.noreply.github.com> Date: Sun, 1 Nov 2020 20:51:49 +0100 Subject: [PATCH 2/2] add newsfile --- changelog.d/8702.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/8702.misc diff --git a/changelog.d/8702.misc b/changelog.d/8702.misc new file mode 100644 index 000000000000..f20085cbe42f --- /dev/null +++ b/changelog.d/8702.misc @@ -0,0 +1 @@ +Remove the "draft" status of the Room Details Admin API. \ No newline at end of file