deploy: c17fd947f3
This commit is contained in:
@@ -849,7 +849,7 @@ for the given <code>room_id</code>.</p>
|
||||
}, {
|
||||
"delete_id": "delete_id2",
|
||||
"room_id": "!roomid:example.com",
|
||||
"status": "purging",
|
||||
"status": "active",
|
||||
"shutdown_room": {
|
||||
"kicked_users": [
|
||||
"@foobar:example.com"
|
||||
@@ -877,7 +877,7 @@ for the given <code>room_id</code>.</p>
|
||||
</code></pre>
|
||||
<p>A response body like the following is returned:</p>
|
||||
<pre><code class="language-json">{
|
||||
"status": "purging",
|
||||
"status": "active",
|
||||
"delete_id": "bHkCNQpHqOaFhPtK",
|
||||
"room_id": "!roomid:example.com",
|
||||
"shutdown_room": {
|
||||
@@ -909,8 +909,8 @@ Task objects contain the following fields:
|
||||
<li><code>room_id</code> - The ID of the room being deleted</li>
|
||||
<li><code>status</code> - The status will be one of:
|
||||
<ul>
|
||||
<li><code>shutting_down</code> - The process is removing users from the room.</li>
|
||||
<li><code>purging</code> - The process is purging the room and event data from database.</li>
|
||||
<li><code>scheduled</code> - The deletion is waiting to be started</li>
|
||||
<li><code>active</code> - The process is purging the room and event data from database.</li>
|
||||
<li><code>complete</code> - The process has completed successfully.</li>
|
||||
<li><code>failed</code> - The process is aborted, an error has occurred.</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user