Pular para o conteúdo principal

UpsertMatchReportRequest

@raizfc/contracts


@raizfc/contracts / UpsertMatchReportRequest

Type Alias: UpsertMatchReportRequest

UpsertMatchReportRequest = Readonly<{ lineups: readonly UpsertMatchTeamLineupRequest[]; 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).