Switched to accepting ids (numbers/number arrays) feature/90-accept_objects #101

Merged
niggl merged 26 commits from feature/90-accept_objects into dev 2021-01-15 17:57:47 +00:00
Showing only changes of commit 17244b0006 - Show all commits

View File

@ -17,7 +17,7 @@ export class UpdateRunnerCard {
id?: number; id?: number;
/** /**
* The updated card's associated runner. * The updated card's associated runner's id.
*/ */
@IsInt() @IsInt()
@IsOptional() @IsOptional()