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:
parent
48730e00a8
commit
e0e78112a2
1 changed files with 1 additions and 1 deletions
|
|
@ -3169,7 +3169,7 @@ The chat model dynamically determines the number of questions to generate based
|
||||||
##### Request example
|
##### Request example
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl --request DELETE \
|
curl --request POST \
|
||||||
--url http://{address}/api/v1/conversation/related_questions \
|
--url http://{address}/api/v1/conversation/related_questions \
|
||||||
--header 'Content-Type: application/json' \
|
--header 'Content-Type: application/json' \
|
||||||
--header 'Authorization: Bearer <YOUR_API_KEY>' \
|
--header 'Authorization: Bearer <YOUR_API_KEY>' \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue