diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-02-13 13:04:41 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-02-13 13:09:39 +0000 |
commit | 8fd1a324564510be55a7c1e6b6339f736f5c525a (patch) | |
tree | 4f136c4164639bd26a82da5fd36a1c185f790c14 | |
parent | Merge pull request #2695 from okurz/feature/allow_recent_pysaml (diff) | |
download | synapse-8fd1a324564510be55a7c1e6b6339f736f5c525a.tar.xz |
Fix typos in purge api & doc
* It's supposed to be purge_local_events, not ..._history * Fix the doc to have valid json
-rw-r--r-- | docs/admin_api/purge_history_api.rst | 2 | ||||
-rw-r--r-- | synapse/rest/client/v1/admin.py | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/docs/admin_api/purge_history_api.rst b/docs/admin_api/purge_history_api.rst |