This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Synapse supports unspecced DELETE /directory/list/room/<room ID>
endpoint #13111
Closed
Description
Synapse supports a DELETE /directory/list/room/<room ID>
endpoint which appears to be unspecced. (It's specced with GET and PUT).
synapse/synapse/rest/client/directory.py
Lines 157 to 166 in e24ff8e
Originally posted by @DMRobertson in #13102 (comment)
DELETE is a shortcut for PUTting private visibility. I'd like to either spec it or remove it.