---
title: "Update collection"
method: PATCH
path: "/v1/collections/{address}"
tags: ["collections"]
---

# Update collection

`PATCH /v1/collections/{address}`

Update collection

## Request body

- object
  - `collection_image_url` string — URL of the tile image for this collection
  - `description` string — Description of the collection
  - `icon_url` string — URL of the icon for this collection
  - `metadata_api_url` string — URL of the metadata for this collection
  - `name` string — Name of the collection

## Response `200`

OK

- CreateCollectionResponse
  - `address` string, required
  - `collection_image_url` string, required
  - `description` string, required
  - `icon_url` string, required
  - `metadata_api_url` string, required
  - `name` string, required
  - `project_id` integer, required — The collection's project ID

---

[API](https://skmtc.dev/immutable/apis/immutable-x-api.md) · [All operations](https://skmtc.dev/immutable/apis/immutable-x-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/immutable/immutable-x-api/revisions/fb4f99cbbde4/schema)
