Update Link

Update a mint link with claim parameters, such as claim dates, price, group labels, etc..

Authorizations
Body
isActivebooleanOptionalExample: true
maxCheckoutQuantitynumberOptionalExample: 1
walletOptionsstring · enumOptionalExample: CUSTODIALPossible values:
startDatestring · date-timeOptionalExample: 2023-04-27T18:55:38.666Z
endDatestring · date-timeOptionalExample: 2023-04-27T18:55:38.666Z
Responses
200Success
application/json
Responseobject
patch
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"
}
200Success
{}

Last updated