---
title: "Modify collection metadata"
method: PATCH
path: "/api/v2/collections/{slug}"
tags: ["Collection Endpoints"]
---

# Modify collection metadata

`PATCH /api/v2/collections/{slug}`

Update an existing collection's metadata.

## Path parameters

- `slug` string, required

## Request body

- ModifyCollectionRequest — Request body for modifying collection metadata
  - `name` string — Collection name
  - `description` string — Collection description
  - `logo_image_token` string — Logo image token
  - `banner_image_token` string — Banner image token
  - `category` string — Collection category
  - `slug` string — New collection slug
  - `is_nsfw` boolean — Whether the collection is NSFW
  - `is_trait_offers_enabled` boolean — Whether trait offers are enabled
  - `is_rarity_disabled` boolean — Whether rarity is disabled
  - `authorized_editors` string[] — Authorized editors
  - `external_url` string — Collection external URL
  - `telegram_url` string — Collection Telegram URL
  - `medium_username` string — Medium username
  - `creator_fees` ModifyCollectionCreatorFeeRequest[] — Creator fees
    - `basis_points` integer, required — Creator fee basis points
    - `address` string, required — Creator fee recipient address
  - `buyer_side_creator_fee_enabled` boolean — Whether buyer-side creator fees are enabled
  - `buyer_side_creator_fee_basis_points` integer — Buyer-side creator fee basis points
  - `buyer_side_creator_fee_recipient` string — Buyer-side creator fee recipient

## Response `200`

Collection metadata 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.dev/opensea/apis/opensea-api.md) · [All operations](https://skmtc.dev/opensea/apis/opensea-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/opensea/opensea-api/revisions/acee8835f2ae/schema)
