Update a sale
PATCH
/collection/{highlightId}/sales/{saleId}
Update an existing sale. Draft sales can be updated freely. Live public sales return a contract execution for on-chain updates when on-chain fields change.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” highlightId
required
string format: uuid
saleId
required
string format: uuid
Request Body required
Section titled “Request Body required ”object
startAt
string format: date-time
price
string
currency
string
maxPerTransaction
integer
maxPerWallet
integer
maxTotal
integer
paymentRecipient
string
paused
boolean
Responses
Section titled “ Responses ”Sale updated
Invalid request
Unauthorized
Forbidden
Not found