Commit c913fda2 authored by nanahira's avatar nanahira

docs

parent 5fc0b5b9
Pipeline #36620 passed with stages
in 4 minutes and 13 seconds
...@@ -182,7 +182,7 @@ export class TournamentController { ...@@ -182,7 +182,7 @@ export class TournamentController {
@Post(':id/import-participants-from') @Post(':id/import-participants-from')
@HttpCode(200) @HttpCode(200)
@ApiOperation({ summary: '上传 YDK 文件(创建选手)' }) @ApiOperation({ summary: '从特定来源导入比赛选手' })
@ApiParam({ name: 'id', description: 'Tournament ID' }) @ApiParam({ name: 'id', description: 'Tournament ID' })
@ApiOkResponse({ @ApiOkResponse({
type: new RestfulFactory(Participant, { type: new RestfulFactory(Participant, {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment