From 5f49c68234238790408890fa615968720ad2b1f3 Mon Sep 17 00:00:00 2001 From: luoyh21 <90694876+luoyh21@users.noreply.github.com> Date: Tue, 26 Dec 2023 14:25:25 +0800 Subject: [PATCH] Update contest-script.zh.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 明确了可修改的内容 --- docs/user/local-admin/contest-script.zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/local-admin/contest-script.zh.md b/docs/user/local-admin/contest-script.zh.md index 54c9963..ab63b78 100644 --- a/docs/user/local-admin/contest-script.zh.md +++ b/docs/user/local-admin/contest-script.zh.md @@ -71,7 +71,7 @@ function getContestantsByRanking(filter = "survived") * 修改选手信息 * * @param {Contestant} contestant - 要修改的选手。 - * @param {Object} body - 要修改的内容。见 Contestant 的定义;但当然 `username`, `assignedAiId` 这样的字段是不能修改的。 + * @param {Object} body - 要修改的内容。可修改的内容为Perfomance,AssignAiEnabled,PublicMatchEnabled,Points。 */ function updateContestant(contestant, body) ```