fix document (#3806)

V2版本“获取集合列表”接口的path区分了大小写,使用/api/core/dataset/collection/listv2会返回404,必须使用大写V
This commit is contained in:
John Chen
2025-02-17 20:55:34 +08:00
committed by GitHub
parent cd7a897304
commit 23949230ee

View File

@@ -735,7 +735,7 @@ data 为集合的 ID。
**4.8.19+** **4.8.19+**
```bash ```bash
curl --location --request POST 'http://localhost:3000/api/core/dataset/collection/listv2' \ curl --location --request POST 'http://localhost:3000/api/core/dataset/collection/listV2' \
--header 'Authorization: Bearer {{authorization}}' \ --header 'Authorization: Bearer {{authorization}}' \
--header 'Content-Type: application/json' \ --header 'Content-Type: application/json' \
--data-raw '{ --data-raw '{