docs: fix typo

This commit is contained in:
mytharcher 2022-10-02 20:46:04 +08:00
parent 0d22cb7d04
commit 460dbcbc7f

View File

@ -184,7 +184,7 @@ curl -X POST -F "file=@/path/to/some-file.txt" -F 'meta={"length": 100}' "http:/
### `update()`
更新一条或多条数据。对应的 URL 为 `DELETE /api/<resource>:update`。
更新一条或多条数据。对应的 URL 为 `PUT /api/<resource>:update`。
**参数**