deploy: 93f7955eba
parent
a6c159ddc0
commit
f2c9493d3c
|
@ -298,6 +298,16 @@ was reported.</li>
|
|||
<li><code>canonical_alias</code>: string - The canonical alias of the room. <code>null</code> if the room does not
|
||||
have a canonical alias set.</li>
|
||||
<li><code>event_json</code>: object - Details of the original event that was reported.</li>
|
||||
</ul>
|
||||
<h1 id="delete-a-specific-event-report"><a class="header" href="#delete-a-specific-event-report">Delete a specific event report</a></h1>
|
||||
<p>This API deletes a specific event report. If the request is successful, the response body
|
||||
will be an empty JSON object.</p>
|
||||
<p>The api is:</p>
|
||||
<pre><code>DELETE /_synapse/admin/v1/event_reports/<report_id>
|
||||
</code></pre>
|
||||
<p><strong>URL parameters:</strong></p>
|
||||
<ul>
|
||||
<li><code>report_id</code>: string - The ID of the event report.</li>
|
||||
</ul>
|
||||
|
||||
</main>
|
||||
|
|
|
@ -11527,6 +11527,16 @@ was reported.</li>
|
|||
have a canonical alias set.</li>
|
||||
<li><code>event_json</code>: object - Details of the original event that was reported.</li>
|
||||
</ul>
|
||||
<h1 id="delete-a-specific-event-report"><a class="header" href="#delete-a-specific-event-report">Delete a specific event report</a></h1>
|
||||
<p>This API deletes a specific event report. If the request is successful, the response body
|
||||
will be an empty JSON object.</p>
|
||||
<p>The api is:</p>
|
||||
<pre><code>DELETE /_synapse/admin/v1/event_reports/<report_id>
|
||||
</code></pre>
|
||||
<p><strong>URL parameters:</strong></p>
|
||||
<ul>
|
||||
<li><code>report_id</code>: string - The ID of the event report.</li>
|
||||
</ul>
|
||||
<div style="break-before: page; page-break-before: always;"></div><h1 id="querying-media"><a class="header" href="#querying-media">Querying media</a></h1>
|
||||
<p>These APIs allow extracting media information from the homeserver.</p>
|
||||
<p>Details about the format of the <code>media_id</code> and storage of the media in the file system
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue