Search
K

Update Contract Metadata URLs

Sets the metadata URLs on the contract.
Can be used to create blind drops (aka a "reveal") where the token information is revealed to the public after a certain period of time simply by updating the metadata url when NFTs are ready to be revealed.
Changes to deployed contracts will be broadcasted immediately
patch
https://api.hypermint.com/v1
/nft-contract/:contractId/update-metadata-urls
Sets the metadata URLs on the contract
Parameters
Header
HM_ACCESS_KEY*
HyperMint Access Key
HM_ACCESS_KEY_SECRET*
HyperMint Access Key Secret
Body
contractMetadataUrl*
String
url for contract metadata
tokenMetadataUrl*
String
url for token metadata
Responses
200: OK
Returns with an interaction Id for deployed contract
400: Bad Request
The contract has been disabled by an administrator
404: Not Found
Contract does not exist or you do not have permission
See Get Interaction for a list of interaction types which are used and how to check the status if needed.

Feedback

Something not quite right, unclear or can't find what you are looking for? Please let us know at [email protected] and we will get back to you as soon as we can.