---
title: "Confirm a map score"
method: PATCH
path: "/matches/{matchId}/scores"
tags: ["My Matches"]
---

# Confirm a map score

`PATCH /matches/{matchId}/scores`

Confirm a map score submitted by the opposing team. Only a captain, co-captain, or org owner of the opposing team can confirm (cannot confirm own team's submission). Requires the matches.team_matches:read-write permission.

## Path parameters

- `matchId` string, required — Match id.

## Request body

- ConfirmScoreBody — Confirmation payload identifying the map score to confirm.
  - `mapIndex` integer, required — Zero-based map index to confirm. Must be a non-negative integer.

## Response `200`

Map score confirmed.

- ScoreSubmissionResult — Result of submitting or confirming a map score.
  - `success` boolean, required
  - `action` string, required — Action performed, e.g. "submitted" or "confirmed".
  - `mapIndex` integer, required — Zero-based map index that was affected.
  - `scoreStatus` string, required — Resulting score status, e.g. PENDING or CONFIRMED.

## Other responses

- `400` — Bad request (invalid body, cursor, limit, or date).
- `401` — Missing or invalid API key.
- `403` — API key lacks the required permission.
- `404` — Resource not found.

## Changes

- **2026-06-10** `82f2480cdb83` — 2 info
  - api tag `My Matches` added
  - api tag `Matches` removed
- **2026-06-04** `f22bd61fd595` — 2 info
  - api tag `Matches` added
  - api tag `My Matches` removed

[Change history](https://skmtc.dev/teambattles/apis/teambattles-api/changes/matches/:matchId/scores/patch.md)

---

[API](https://skmtc.dev/teambattles/apis/teambattles-api.md) · [All operations](https://skmtc.dev/teambattles/apis/teambattles-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/teambattles/teambattles-api/revisions/2ffe8fb53b7d/schema)
