---
title: "Update drop item"
method: PATCH
path: "/api/v2/drops/{slug}/items/{token_id}"
tags: ["Drops Endpoints"]
---

# Update drop item

`PATCH /api/v2/drops/{slug}/items/{token_id}`

Update drop item metadata.

## Path parameters

- `slug` string, required
- `token_id` string, required

## Request body

- UpdateDropItemRequest — Request body for updating a drop item
  - `media_token` string, required — Media token reference
  - `name` string, required — Item name
  - `external_url` string — External URL
  - `description` string — Item description
  - `traits` SelfMintDropItemTraitRequest[] — Traits to apply
    - `trait_type` string, required — Trait type
    - `value` string, required — Trait value

## Response `200`

Drop item updated successfully

## Other responses

- `400` — For error reasons, review the response data.
- `401` — Invalid or missing API key
- `403` — Forbidden
- `404` — Resource not found
- `409` — Conflict
- `500` — Internal server error. Please open a support ticket so OpenSea can investigate.

---

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