mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-14 07:10:48 +00:00
Fix typos in purge api & doc
* It's supposed to be purge_local_events, not ..._history * Fix the doc to have valid json
This commit is contained in:
@@ -23,5 +23,5 @@ To delete local events as well, set ``delete_local_events`` in the body:
|
||||
.. code:: json
|
||||
|
||||
{
|
||||
"delete_local_events": True,
|
||||
"delete_local_events": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user