Last updated 1 year ago
Update a mint link with claim parameters, such as claim dates, price, group labels, etc..
true
1
CUSTODIAL
NON_CUSTODIAL
BOTH
2023-04-27T18:55:38.666Z
PATCH /v1/link/{id} HTTP/1.1 Host: x-api-key: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 145 { "isActive": true, "maxCheckoutQuantity": 1, "walletOptions": "CUSTODIAL", "startDate": "2023-04-27T18:55:38.666Z", "endDate": "2023-04-27T18:55:38.666Z" }
{}