File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ import {
1616 ApiNoContentResponse ,
1717 ApiOkResponse ,
1818 ApiOperation ,
19- ApiParam ,
2019 ApiSecurity ,
2120 ApiTags ,
2221} from "@nestjs/swagger" ;
@@ -43,18 +42,6 @@ export class GameVersionsController {
4342 ) { }
4443
4544 @Delete ( ":game_id/versions/:version_id" )
46- @ApiParam ( {
47- name : "game_id" ,
48- type : Number ,
49- description : "numeric id of the game" ,
50- example : 42 ,
51- } )
52- @ApiParam ( {
53- name : "version_id" ,
54- type : Number ,
55- description : "numeric id of the game version" ,
56- example : 7 ,
57- } )
5845 @ApiOperation ( {
5946 summary : "deletes a specific game version file from disk" ,
6047 description :
@@ -74,18 +61,6 @@ export class GameVersionsController {
7461 }
7562
7663 @Get ( ":game_id/versions/:version_id" )
77- @ApiParam ( {
78- name : "game_id" ,
79- type : Number ,
80- description : "numeric id of the game" ,
81- example : 42 ,
82- } )
83- @ApiParam ( {
84- name : "version_id" ,
85- type : Number ,
86- description : "numeric id of the game version" ,
87- example : 7 ,
88- } )
8964 @ApiHeader ( {
9065 name : "X-Download-Speed-Limit" ,
9166 required : false ,
You can’t perform that action at this time.
0 commit comments