summary refs log tree commit diff
path: root/latest/admin_api/event_reports.html
diff options
context:
space:
mode:
authorbabolivier <babolivier@users.noreply.github.com>2022-02-08 13:26:46 +0000
committerbabolivier <babolivier@users.noreply.github.com>2022-02-08 13:26:46 +0000
commit9061d49ebbefffeee2de5178461086224f178a24 (patch)
treeb20ba4051e5894c6bca4d513d0d8ace864bf8b8b /latest/admin_api/event_reports.html
parentdeploy: 1aa2231e271f1b0b08757fc6f94c7c69c2993b25 (diff)
downloadsynapse-9061d49ebbefffeee2de5178461086224f178a24.tar.xz
deploy: 0b561a0ea1384db214c274f45b160c538d2ab65d
Diffstat (limited to 'latest/admin_api/event_reports.html')
-rw-r--r--latest/admin_api/event_reports.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/latest/admin_api/event_reports.html b/latest/admin_api/event_reports.html

index a90b1e8122..9e23060f0a 100644 --- a/latest/admin_api/event_reports.html +++ b/latest/admin_api/event_reports.html
@@ -184,11 +184,11 @@ <h1 id="show-reported-events"><a class="header" href="#show-reported-events">Show reported events</a></h1> <p>This API returns information about reported events.</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> <p>The api is:</p> <pre><code>GET /_synapse/admin/v1/event_reports?from=0&amp;limit=10 </code></pre> -<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> <p>It returns a JSON body like the following:</p> <pre><code class="language-json">{ &quot;event_reports&quot;: [ @@ -265,8 +265,6 @@ have a canonical alias set.</li> <p>The api is:</p> <pre><code>GET /_synapse/admin/v1/event_reports/&lt;report_id&gt; </code></pre> -<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> <p>It returns a JSON body like the following:</p> <pre><code class="language-json">{ &quot;event_id&quot;: &quot;$bNUFCwGzWca1meCGkjp-zwslF-GfVcXukvRLI1_FaVY&quot;,