summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorThibF <thibaultferrante@hotmail.com>2021-04-29 09:31:45 +0000
committerGitHub <noreply@github.com>2021-04-29 10:31:45 +0100
commit0085dc5abc614579f3adbd9e6d2cbdd41facef00 (patch)
treee1f464d19b8a758816deb03e690adf76a022eee2 /changelog.d
parentMerge remote-tracking branch 'origin/release-v1.33.0' into develop (diff)
downloadsynapse-0085dc5abc614579f3adbd9e6d2cbdd41facef00.tar.xz
Delete room endpoint (#9889)
Support the delete of a room through DELETE request and mark
previous request as deprecated through documentation.

Signed-off-by: Thibault Ferrante <thibault.ferrante@pm.me>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9889.feature1
-rw-r--r--changelog.d/9889.removal1
2 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/9889.feature b/changelog.d/9889.feature
new file mode 100644
index 0000000000..74d46f222e
--- /dev/null
+++ b/changelog.d/9889.feature
@@ -0,0 +1 @@
+Add support for `DELETE /_synapse/admin/v1/rooms/<room_id>`.
\ No newline at end of file
diff --git a/changelog.d/9889.removal b/changelog.d/9889.removal
new file mode 100644
index 0000000000..398b9e129b
--- /dev/null
+++ b/changelog.d/9889.removal
@@ -0,0 +1 @@
+Mark as deprecated `POST /_synapse/admin/v1/rooms/<room_id>/delete`.
\ No newline at end of file