mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 08:46:04 -04: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:
parent
4d09366656
commit
8fd1a32456
2 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue