瀏覽代碼

Fix example in doc (#4133)

### 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>
tags/v0.15.1
Jin Hai 10 月之前
父節點
當前提交
10a62115c7
No account linked to committer's email address
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      docs/references/http_api_reference.md

+ 1
- 1
docs/references/http_api_reference.md 查看文件

@@ -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'
```

Loading…
取消
儲存