PUT
/
v1-alpha1
/
minting
/
collections
/
{collectionId}
/
base-uri
curl --request PUT \
  --url https://staging.crossmint.com/api/v1-alpha1/minting/collections/{collectionId}/base-uri \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '{
  "uri": "https://www.example.com"
}'
This response does not have an example.

This is an alpha API and subject to change.

Authorizations

X-API-KEY
string
header
required

Path Parameters

collectionId
string
required

The ID of the collection to update

Body

application/json
uri
string

The new Base URI

Example:

"https://www.example.com"

Response

204
_mintlify/placeholder

No-content success response indicating that the request is being processed