From 0d22cb7d045b035eb0ab3f19311eada0682337f2 Mon Sep 17 00:00:00 2001 From: ke Date: Sun, 2 Oct 2022 20:16:01 +0800 Subject: [PATCH] Update actions.md (#873) --- docs/zh-CN/api/actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh-CN/api/actions.md b/docs/zh-CN/api/actions.md index b8a6310f66..7f32dcd4ad 100644 --- a/docs/zh-CN/api/actions.md +++ b/docs/zh-CN/api/actions.md @@ -184,7 +184,7 @@ curl -X POST -F "file=@/path/to/some-file.txt" -F 'meta={"length": 100}' "http:/ ### `update()` -更新一条或多条数据。对应的 URL 为 `DELETE /api/:delete`。 +更新一条或多条数据。对应的 URL 为 `DELETE /api/:update`。 **参数**