metaplex-nft_updateMetadata
Update an NFT's metadata by specifying the mint address and current update authority. Modify name, symbol, URI, creators, royalties, and authority fields.
Instructions
Update NFT metadata fields (name, symbol, URI, creators, royalties, authority).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | No | New metadata URI | |
| mint | Yes | NFT mint address | |
| name | No | New name | |
| symbol | No | New symbol | |
| creators | No | ||
| isMutable | No | ||
| updateAuthority | Yes | Current update authority | |
| newUpdateAuthority | No | Solana public key (base58) | |
| primarySaleHappened | No | ||
| sellerFeeBasisPoints | No |