UpsertMatchReportRequest
@raizfc/contracts / UpsertMatchReportRequest
Type Alias: UpsertMatchReportRequest
UpsertMatchReportRequest =
Readonly<{lineups: readonlyUpsertMatchTeamLineupRequest[];version:number; }>
Defined in: match/match-report-requests.dto.ts:21
PUT /matches/:matchId/report. Full replace, not a patch — mirrors how the Squad Manager saves
a category roster. version is MatchReportDto.audit.version (optimistic concurrency, same
pattern as UpdateMatchRequest).