Last updated 1 year ago
Update a mint link with claim parameters, such as claim dates, price, group labels, etc..
/v1/link/{id}
true
1
2023-04-27T18:55:38.666Z
CUSTODIAL
NON_CUSTODIAL
BOTH
curl -L \ --request PATCH \ --url '/v1/link/{id}' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "isActive": true, "maxCheckoutQuantity": 1, "startDate": "2023-04-27T18:55:38.666Z", "endDate": "2023-04-27T18:55:38.666Z", "walletOptions": "CUSTODIAL" }'
{}