Skip to content

Commit

Permalink
Fix example in doc (#4133)
Browse files Browse the repository at this point in the history
### What problem does this PR solve?

Fix example in doc

### Type of change

- [x] Documentation Update

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
  • Loading branch information
JinHai-CN authored Dec 19, 2024
1 parent e38e3bc commit 10a6211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/references/http_api_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ Uploads documents to a specified dataset.
curl --request POST \
--url http://{address}/api/v1/datasets/{dataset_id}/documents \
--header 'Content-Type: multipart/form-data' \
--header 'Authorization: Bearer <YOUR_API_KEY>' \
--header 'Authorization: Bearer <YOUR_API_KEY>' \
--form 'file=@./test1.txt' \
--form 'file=@./test2.pdf'
```
Expand Down

0 comments on commit 10a6211

Please sign in to comment.