summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/admin_api/purge_history_api.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/admin_api/purge_history_api.rst b/docs/admin_api/purge_history_api.rst
index b4e5bd9d75..a3a17e9f9f 100644
--- a/docs/admin_api/purge_history_api.rst
+++ b/docs/admin_api/purge_history_api.rst
@@ -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
    }