---
title: "Update Mastery"
method: POST
path: "/api/v3/maps/mastery"
tags: ["Maps"]
---

# Update Mastery

`POST /api/v3/maps/mastery`

## Request body

- MapMasteryCreateRequest
  - `user_id` integer, required
  - `map_name` string, required
  - `level` string, required

## Response `201`

Document created, URL follows

- MapMasteryCreateResponse
  - `map_name` string, required
  - `medal` string, required
  - `operation_status` 'inserted' | 'updated', required

## Other responses

- `400` — Bad request syntax or unsupported method

---

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