fix delete api response (#19480)

Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
This commit is contained in:
kenwoodjw 2025-05-10 18:17:05 +08:00 committed by GitHub
parent 1119790b02
commit abc61f680a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with 39 additions and 69 deletions

View File

@ -1040,10 +1040,8 @@ import { Row, Col, Properties, Property, Heading, SubProperty, PropertyInstructi
``` ```
</CodeGroup> </CodeGroup>
<CodeGroup title="Response"> <CodeGroup title="Response">
```json {{ title: 'Response' }} ```text {{ title: 'Response' }}
{ 204 No Content
"result": "success"
}
``` ```
</CodeGroup> </CodeGroup>
</Col> </Col>
@ -1335,10 +1333,8 @@ import { Row, Col, Properties, Property, Heading, SubProperty, PropertyInstructi
``` ```
</CodeGroup> </CodeGroup>
<CodeGroup title="Response"> <CodeGroup title="Response">
```json {{ title: 'Response' }} ```text {{ title: 'Response' }}
{ 204 No Content
"result": "success"
}
``` ```
</CodeGroup> </CodeGroup>
</Col> </Col>
@ -1620,10 +1616,8 @@ import { Row, Col, Properties, Property, Heading, SubProperty, PropertyInstructi
``` ```
</CodeGroup> </CodeGroup>
<CodeGroup title="Response"> <CodeGroup title="Response">
```json {{ title: 'Response' }} ```text {{ title: 'Response' }}
{ 204 No Content
"result": "success"
}
``` ```
</CodeGroup> </CodeGroup>
</Col> </Col>

View File

@ -501,7 +501,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty, PropertyInstructi
``` ```
</CodeGroup> </CodeGroup>
<CodeGroup title="レスポンス"> <CodeGroup title="レスポンス">
```text {{ title: 'Response' }} ```text {{ title: 'レスポンス' }}
204 No Content 204 No Content
``` ```
</CodeGroup> </CodeGroup>
@ -797,10 +797,8 @@ import { Row, Col, Properties, Property, Heading, SubProperty, PropertyInstructi
``` ```
</CodeGroup> </CodeGroup>
<CodeGroup title="レスポンス"> <CodeGroup title="レスポンス">
```json {{ title: 'Response' }} ```text {{ title: 'レスポンス' }}
{ 204 No Content
"result": "success"
}
``` ```
</CodeGroup> </CodeGroup>
</Col> </Col>
@ -1092,10 +1090,8 @@ import { Row, Col, Properties, Property, Heading, SubProperty, PropertyInstructi
``` ```
</CodeGroup> </CodeGroup>
<CodeGroup title="レスポンス"> <CodeGroup title="レスポンス">
```json {{ title: 'Response' }} ```text {{ title: 'レスポンス' }}
{ 204 No Content
"result": "success"
}
``` ```
</CodeGroup> </CodeGroup>
</Col> </Col>
@ -1377,10 +1373,8 @@ import { Row, Col, Properties, Property, Heading, SubProperty, PropertyInstructi
``` ```
</CodeGroup> </CodeGroup>
<CodeGroup title="レスポンス"> <CodeGroup title="レスポンス">
```json {{ title: 'Response' }} ```text {{ title: 'レスポンス' }}
{ 204 No Content
"result": "success"
}
``` ```
</CodeGroup> </CodeGroup>
</Col> </Col>

View File

@ -1047,10 +1047,8 @@ import { Row, Col, Properties, Property, Heading, SubProperty, PropertyInstructi
``` ```
</CodeGroup> </CodeGroup>
<CodeGroup title="Response"> <CodeGroup title="Response">
```json {{ title: 'Response' }} ```text {{ title: 'Response' }}
{ 204 No Content
"result": "success"
}
``` ```
</CodeGroup> </CodeGroup>
</Col> </Col>
@ -1342,10 +1340,8 @@ import { Row, Col, Properties, Property, Heading, SubProperty, PropertyInstructi
``` ```
</CodeGroup> </CodeGroup>
<CodeGroup title="Response"> <CodeGroup title="Response">
```json {{ title: 'Response' }} ```text {{ title: 'Response' }}
{ 204 No Content
"result": "success"
}
``` ```
</CodeGroup> </CodeGroup>
</Col> </Col>
@ -1628,10 +1624,8 @@ import { Row, Col, Properties, Property, Heading, SubProperty, PropertyInstructi
``` ```
</CodeGroup> </CodeGroup>
<CodeGroup title="Response"> <CodeGroup title="Response">
```json {{ title: 'Response' }} ```text {{ title: 'Response' }}
{ 204 No Content
"result": "success"
}
``` ```
</CodeGroup> </CodeGroup>
</Col> </Col>

View File

@ -738,8 +738,8 @@ import { Row, Col, Properties, Property, Heading, SubProperty } from '../md.tsx'
</CodeGroup> </CodeGroup>
<CodeGroup title="Response"> <CodeGroup title="Response">
```json {{ title: 'Response' }} ```text {{ title: 'Response' }}
{"result": "success"} 204 No Content
``` ```
</CodeGroup> </CodeGroup>
</Col> </Col>

View File

@ -765,10 +765,8 @@ Chat applications support session persistence, allowing previous chat history to
</CodeGroup> </CodeGroup>
<CodeGroup title="Response"> <CodeGroup title="Response">
```json {{ title: 'Response' }} ```text {{ title: 'Response' }}
{ 204 No Content
"result": "success"
}
``` ```
</CodeGroup> </CodeGroup>
</Col> </Col>
@ -1432,8 +1430,8 @@ Chat applications support session persistence, allowing previous chat history to
</CodeGroup> </CodeGroup>
<CodeGroup title="Response"> <CodeGroup title="Response">
```json {{ title: 'Response' }} ```text {{ title: 'Response' }}
{"result": "success"} 204 No Content
``` ```
</CodeGroup> </CodeGroup>
</Col> </Col>

View File

@ -764,10 +764,8 @@ import { Row, Col, Properties, Property, Heading, SubProperty, Paragraph } from
</CodeGroup> </CodeGroup>
<CodeGroup title="応答"> <CodeGroup title="応答">
```json {{ title: '応答' }} ```text {{ title: '応答' }}
{ 204 No Content
"result": "success"
}
``` ```
</CodeGroup> </CodeGroup>
</Col> </Col>

View File

@ -799,10 +799,8 @@ import { Row, Col, Properties, Property, Heading, SubProperty } from '../md.tsx'
</CodeGroup> </CodeGroup>
<CodeGroup title="Response"> <CodeGroup title="Response">
```json {{ title: 'Response' }} ```text {{ title: 'Response' }}
{ 204 No Content
"result": "success"
}
``` ```
</CodeGroup> </CodeGroup>
</Col> </Col>
@ -1456,8 +1454,8 @@ import { Row, Col, Properties, Property, Heading, SubProperty } from '../md.tsx'
</CodeGroup> </CodeGroup>
<CodeGroup title="Response"> <CodeGroup title="Response">
```json {{ title: 'Response' }} ```text {{ title: 'Response' }}
{"result": "success"} 204 No Content
``` ```
</CodeGroup> </CodeGroup>
</Col> </Col>

View File

@ -798,10 +798,8 @@ Chat applications support session persistence, allowing previous chat history to
</CodeGroup> </CodeGroup>
<CodeGroup title="Response"> <CodeGroup title="Response">
```json {{ title: 'Response' }} ```text {{ title: 'Response' }}
{ 204 No Content
"result": "success"
}
``` ```
</CodeGroup> </CodeGroup>
</Col> </Col>
@ -1472,8 +1470,8 @@ Chat applications support session persistence, allowing previous chat history to
</CodeGroup> </CodeGroup>
<CodeGroup title="Response"> <CodeGroup title="Response">
```json {{ title: 'Response' }} ```text {{ title: 'Response' }}
{"result": "success"} 204 No Content
``` ```
</CodeGroup> </CodeGroup>
</Col> </Col>

View File

@ -797,10 +797,8 @@ import { Row, Col, Properties, Property, Heading, SubProperty, Paragraph } from
</CodeGroup> </CodeGroup>
<CodeGroup title="応答"> <CodeGroup title="応答">
```json {{ title: '応答' }} ```text {{ title: '応答' }}
{ 204 No Content
"result": "success"
}
``` ```
</CodeGroup> </CodeGroup>
</Col> </Col>

View File

@ -811,10 +811,8 @@ import { Row, Col, Properties, Property, Heading, SubProperty } from '../md.tsx'
</CodeGroup> </CodeGroup>
<CodeGroup title="Response"> <CodeGroup title="Response">
```json {{ title: 'Response' }} ```text {{ title: 'Response' }}
{ 204 No Content
"result": "success"
}
``` ```
</CodeGroup> </CodeGroup>
</Col> </Col>