From 22ae34e95fa332565a116522d4f9d5ca4cbce51a Mon Sep 17 00:00:00 2001 From: Yanbing Zhao Date: Tue, 24 Oct 2023 02:01:16 +0800 Subject: [PATCH] Fix readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 041392d..2273ce9 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ GET /v1/posts/{{revision-id}}/revisions 私有更新 API: > 需添加 `Authorization: Bearer ` 请求头,`` 位于 `chahoutan-tokens.txt` 下。 - +> > `POST /v1/images` 的 `Content-Type` 需为图片格式,`DELETE` 和 `POST /v1/refresh` 无需 `Content-Type`,其他均为 `application/json`。 ```text