---
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.

---

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