---
title: "Update Collection Info"
method: PATCH
path: "/2022-06-09/collections/{collectionId}"
tags: ["NFT Collections"]
---

# Update Collection Info

`PATCH /2022-06-09/collections/{collectionId}`

Update the sales details of a collection

**API scope required**: `collections.update`

## Path parameters

- `collectionId` string, required

## Request body

- object
  - `supplyLimit` number — The maximum number of NFTs that can be minted for this collection
  - `payments` PaymentsObject — Enable payments for this collection by setting `price`, `recipientAddress` and `currency`
    - `price` string — The price of the token in native currency for the selected chain
    - `recipientAddress` string — The wallet address to receive payouts
    - `currency` string — The currency for the price of the NFT. Defaults to the native currency of the chain

## Response `200`

A JSON object containing transactionId and status

- UpdateCollectionResponse
  - `actionId` string
  - `action` string
  - `status` string
  - `data` object
    - `chain` string
    - `collection` object
      - `id` string
      - `contractAddress` string
    - `changes` string[]
  - `startedAt` string, date-time
  - `resource` string
  - `subscription` object
    - `enabled` boolean

## Other responses

- `400` — Invalid arguments, please make sure you're following the api specification.
- `403` — Forbidden error, please ensure the credentials are correct.
- `404` — Not found error.
- `503` — Please try again in a few minutes. If the issue still persists, contact Crossmint support.

---

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