summary refs log tree commit diff
path: root/latest/admin_api/purge_history_api.html
diff options
context:
space:
mode:
Diffstat (limited to 'latest/admin_api/purge_history_api.html')
-rw-r--r--latest/admin_api/purge_history_api.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/latest/admin_api/purge_history_api.html b/latest/admin_api/purge_history_api.html

index bec236320b..9a61ccad38 100644 --- a/latest/admin_api/purge_history_api.html +++ b/latest/admin_api/purge_history_api.html
@@ -155,7 +155,7 @@ paginate further back in the room from the point being purged from.</p> <p>Note that Synapse requires at least one message in each room, so it will never delete the last message in a room.</p> <p>To use it, you will need to authenticate by providing an <code>access_token</code> -for a server admin: see <a href="../usage/administration/admin_api">Admin API</a>.</p> +for a server admin: see <a href="../usage/administration/admin_api/">Admin API</a>.</p> <p>The API is:</p> <pre><code>POST /_synapse/admin/v1/purge_history/&lt;room_id&gt;[/&lt;event_id&gt;] </code></pre>