---
title: "Mark a match team ready"
method: POST
path: "/matches/{matchId}/ready"
tags: ["My Matches"]
---

# Mark a match team ready

`POST /matches/{matchId}/ready`

Marks a participating team ready as the personal API key owner. The owner must be a captain, co-captain, or org owner of the team. Requires matches.user_matches:read-write and API writes access. Supports an optional `Idempotency-Key` header for safe retries.

## Path parameters

- `matchId` string, required — Match ID.

## Request body

- MarkMatchReadyRequestBody — Marks one participating team ready as the API key owner.
  - `teamId` string, required — Team ID to mark ready.

## Response `200`

The team readiness state was updated.

- MarkMatchReadyResponse
  - `success` true, required
  - `matchReady` boolean, required
  - `timestamp` string, required

## 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.
- `409` — Conflict.
- `429` — Rate limited.
- `500` — Internal server error.

---

[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)
