diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2021-11-01 16:11:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-01 15:11:24 +0000 |
commit | 66bdca3e317d1fa764cf52547aee7409acc59676 (patch) | |
tree | ca3cf40ec235355d6393795db6171a8ac0b6b776 /docs/upgrade.md | |
parent | Support for serving server well-known files (#11211) (diff) | |
download | synapse-66bdca3e317d1fa764cf52547aee7409acc59676.tar.xz |
Remove deprecated delete room admin API (#11213)
Remove deprecated delete room admin API, `POST /_synapse/admin/v1/rooms/<room_id>/delete`
Diffstat (limited to 'docs/upgrade.md')
-rw-r--r-- | docs/upgrade.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/upgrade.md b/docs/upgrade.md index 06f479f86c..136c806c41 100644 --- a/docs/upgrade.md +++ b/docs/upgrade.md @@ -87,6 +87,16 @@ process, for example: # Upgrading to v1.47.0 +## Removal of old Room Admin API + +The following admin APIs were deprecated in [Synapse 1.34](https://github.com/matrix-org/synapse/blob/v1.34.0/CHANGES.md#deprecations-and-removals) +(released on 2021-05-17) and have now been removed: + +- `POST /_synapse/admin/v1/<room_id>/delete` + +Any scripts still using the above APIs should be converted to use the +[Delete Room API](https://matrix-org.github.io/synapse/latest/admin_api/rooms.html#delete-room-api). + ## Deprecation of the `user_may_create_room_with_invites` module callback The `user_may_create_room_with_invites` is deprecated and will be removed in a future |