Skip to content

Commit

Permalink
refactor(docs)
Browse files Browse the repository at this point in the history
  • Loading branch information
FranGuam committed Apr 1, 2024
1 parent 9b3588e commit e58f3f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
title: EESAST
description: 网站开发接口文档
description: 网站开发文档
theme: jekyll-theme-cayman
2 changes: 1 addition & 1 deletion docs/contest.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ permalink: /contest
- `500``undefined`,返回报错信息
- `/competition/finish-one``docker`服务器比赛结束的`hook`。更新比赛结果,更新比赛分数。
- 请求方法:`POST`
- 请求:`{result: ContestResult[]}` ,类型定义见下方附录。同时在`headers`里传回创建`docker`时设置的`docker`
- 请求:`{result: ContestResult[]}` ,类型定义见下方附录。同时在`headers`里传回创建`docker`时设置的`TOKEN`
- 响应:`200``Update OK!`
- 错误:`500``undefined`,返回报错信息

Expand Down

0 comments on commit e58f3f9

Please sign in to comment.