Pular para o conteúdo principal

ContestResultRequest

@raizfc/contracts


@raizfc/contracts / ContestResultRequest

Type Alias: ContestResultRequest

ContestResultRequest = Readonly<{ evidence?: readonly string[]; reason: string; version: number; }>

Defined in: match/match-requests.dto.ts:72

POST /matches/:matchId/contest (SPEC-API-MATCH-001; named ContestMatchRequest in SPEC-DOMAIN-MATCH-001's "Contratos compartilhados" — the two specs disagree on the name, this pack follows the API spec's naming convention, ActionResultRequest, matching ReportMatchResultRequest/ValidateResultRequest already in this file; divergence registered in the EP-MVP-06.4 handoff). Authority mirrors ValidateResultRequest: the acting team must be the contraparte of MatchResultDto.reportedByTeamId, checked server-side, not carried in the body.