---
title: "Update a Leaderboard by custom-id"
method: PATCH
path: "/leaderboard-by-custom-id/{custom-id}/"
---

# Update a Leaderboard by custom-id

`PATCH /leaderboard-by-custom-id/{custom-id}/`

## Path parameters

- `custom-id` string, required

## Request body

- object
  - `name` string — The descriptive name of the leaderboard
  - `is_locked` boolean — Whether or not scores will update in the leaderboard
  - `attributes` object[]
    - `key` string, required
    - `value` string, required

## Response `200`

200

## Other responses

- `400` — 400

---

[API](https://skmtc.net/livelike/apis/engagement-suite.md) · [All operations](https://skmtc.net/livelike/apis/engagement-suite/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/livelike/engagement-suite/revisions/f3171d1c30f7/schema)
