PUT
/
v1-alpha1
/
minting
/
collections
/
{collectionId}
/
transferable
curl --request PUT \
  --url https://staging.crossmint.com/api/v1-alpha1/minting/collections/{collectionId}/transferable \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '{
  "value": true
}'

This is an alpha API and subject to change.

Authorizations

X-API-KEY
string
header
required

Path Parameters

collectionId
string
required

The collection id.

Body

application/json
value
boolean
required

Transferability status

Example:

true

Response

204
_mintlify/placeholder

Success