Docs: Change DELETE to POST in Related Questions curl example (#7054)

### What problem does this PR solve?

docs(api): Fix request method in Related Questions example (DELETE→POST)

### Type of change

- [x] Documentation Update
This commit is contained in:
liu an 2025-04-16 10:29:59 +08:00 committed by GitHub
parent 48730e00a8
commit e0e78112a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3169,7 +3169,7 @@ The chat model dynamically determines the number of questions to generate based
##### Request example
```bash
curl --request DELETE \
curl --request POST \
--url http://{address}/api/v1/conversation/related_questions \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <YOUR_API_KEY>' \