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:
Richard van der Hoff
2018-02-13 13:09:39 +00:00
parent 4d09366656
commit 8fd1a32456
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -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
}