---
title: "Replace authenticated user's featured collectibles (max 12)"
method: PUT
path: "/api/user/featured-collectibles"
tags: ["User"]
---

# Replace authenticated user's featured collectibles (max 12)

`PUT /api/user/featured-collectibles`

## Request body

- object
  - `collectibleIds` string[], required

## Response `200`

{ success, data: { ok: true } }

## Other responses

- `400` — Validation error
- `401` — Unauthorized

---

[API](https://skmtc.net/d-sports-ecosystem/apis/d-sports-api.md) · [All operations](https://skmtc.net/d-sports-ecosystem/apis/d-sports-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/d-sports-ecosystem/d-sports-api/revisions/cbc84b00330e/schema)
