---
title: "PUT /v1/level/{uid}"
method: PUT
path: "/v1/level/{uid}"
tags: ["Level"]
---

# PUT /v1/level/{uid}

`PUT /v1/level/{uid}`

## Path parameters

- `uid` string, required

## Request body

- MarksmanApiV1UpdateLevelRequest
  - `uid` string
  - `name` string
  - `remark` string
  - `metadata` object
  - `bgColor` string
  - `type` integer

## Response `200`

OK

- MarksmanApiV1UpdateLevelReply

## Changes

- **2026-03-25** `650c5b44c427` — 1 info
  - added the new optional request property `type`
- **2026-03-24** `b6c8a3179fcc` — 1 info
  - added the new optional request property `bgColor`
- **2026-02-28** `f5912329bb01` — 2 warning
  - removed the request property `bgColor`
  - removed the request property `type`

[Change history](https://skmtc.dev/aide-family/apis/untitled-api-3/changes/v1/level/:uid/put.md)

---

[API](https://skmtc.dev/aide-family/apis/untitled-api-3.md) · [All operations](https://skmtc.dev/aide-family/apis/untitled-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aide-family/untitled-api-3/revisions/26ae221fccba/schema)
