Skip to content

Commit

Permalink
Added missing DTO entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Maelstromeous committed Jul 14, 2022
1 parent d6e54c3 commit 046d62a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/modules/rest/Dto/CreateInstanceMetagameDto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,8 @@ export class CreateInstanceMetagameDto {
@IsNotEmpty()
@ApiModelProperty({example: {captureHistory: true}})
features: Ps2AlertsFeaturesInterface;

@IsNotEmpty()
@ApiModelProperty({example: '1.0'})
mapVersion: string;
}

0 comments on commit 046d62a

Please sign in to comment.