This commit is contained in:
MadLittleMods
2025-05-20 16:55:32 +00:00
parent b1d1e75d3d
commit 9f9fb7aa19
4 changed files with 14 additions and 4 deletions

View File

@@ -837,6 +837,7 @@ for the given <code>room_id</code>.</p>
&quot;results&quot;: [
{
&quot;delete_id&quot;: &quot;delete_id1&quot;,
&quot;room_id&quot;: &quot;!roomid:example.com&quot;,
&quot;status&quot;: &quot;failed&quot;,
&quot;error&quot;: &quot;error message&quot;,
&quot;shutdown_room&quot;: {
@@ -847,6 +848,7 @@ for the given <code>room_id</code>.</p>
}
}, {
&quot;delete_id&quot;: &quot;delete_id2&quot;,
&quot;room_id&quot;: &quot;!roomid:example.com&quot;,
&quot;status&quot;: &quot;purging&quot;,
&quot;shutdown_room&quot;: {
&quot;kicked_users&quot;: [
@@ -876,6 +878,8 @@ for the given <code>room_id</code>.</p>
<p>A response body like the following is returned:</p>
<pre><code class="language-json">{
&quot;status&quot;: &quot;purging&quot;,
&quot;delete_id&quot;: &quot;bHkCNQpHqOaFhPtK&quot;,
&quot;room_id&quot;: &quot;!roomid:example.com&quot;,
&quot;shutdown_room&quot;: {
&quot;kicked_users&quot;: [
&quot;@foobar:example.com&quot;
@@ -901,7 +905,8 @@ for the given <code>room_id</code>.</p>
This field is omitted from the result when you query by <code>delete_id</code>.
Task objects contain the following fields:
<ul>
<li><code>delete_id</code> - The ID for this purge if you query by <code>room_id</code>.</li>
<li><code>delete_id</code> - The ID for this purge</li>
<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>

View File

@@ -14427,6 +14427,7 @@ for the given <code>room_id</code>.</p>
&quot;results&quot;: [
{
&quot;delete_id&quot;: &quot;delete_id1&quot;,
&quot;room_id&quot;: &quot;!roomid:example.com&quot;,
&quot;status&quot;: &quot;failed&quot;,
&quot;error&quot;: &quot;error message&quot;,
&quot;shutdown_room&quot;: {
@@ -14437,6 +14438,7 @@ for the given <code>room_id</code>.</p>
}
}, {
&quot;delete_id&quot;: &quot;delete_id2&quot;,
&quot;room_id&quot;: &quot;!roomid:example.com&quot;,
&quot;status&quot;: &quot;purging&quot;,
&quot;shutdown_room&quot;: {
&quot;kicked_users&quot;: [
@@ -14466,6 +14468,8 @@ for the given <code>room_id</code>.</p>
<p>A response body like the following is returned:</p>
<pre><code class="language-json">{
&quot;status&quot;: &quot;purging&quot;,
&quot;delete_id&quot;: &quot;bHkCNQpHqOaFhPtK&quot;,
&quot;room_id&quot;: &quot;!roomid:example.com&quot;,
&quot;shutdown_room&quot;: {
&quot;kicked_users&quot;: [
&quot;@foobar:example.com&quot;
@@ -14491,7 +14495,8 @@ for the given <code>room_id</code>.</p>
This field is omitted from the result when you query by <code>delete_id</code>.
Task objects contain the following fields:
<ul>
<li><code>delete_id</code> - The ID for this purge if you query by <code>room_id</code>.</li>
<li><code>delete_id</code> - The ID for this purge</li>
<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>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long