Skip to content

Commit 7bac761

Browse files
authored
add parenthetical about optional Owner field
1 parent 156f66d commit 7bac761

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/concepts/tokens/nfts/dynamic-nfts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ When minting a new NFT, set the `tfMutable` flag (`0x00000010`) to enable the ab
1515

1616
## Modifying a dNFT
1717

18-
Use the `NFTokenModify` transaction to update the URI field of a dNFT. Provide the `Account` of the issuer or an authorized minter, the `Owner` of the dNFT, the `NFTokenID`, and the `URI` to the new object data.
18+
Use the `NFTokenModify` transaction to update the URI field of a dNFT. Provide the `Account` of the issuer or an authorized minter, the `Owner` of the dNFT (if different than the `Account` address), the `NFTokenID`, and the `URI` to the new object data.
1919

2020
### Sample NFTokenModify Transaction
2121

@@ -29,4 +29,4 @@ Use the `NFTokenModify` transaction to update the URI field of a dNFT. Provide t
2929
"NFTokenID": “0008C350C182B4F213B82CCFA4C6F59AD76F0AFCFBDF04D5A048C0A300000007",
3030
"URI": "697066733A2F2F62616679626569636D6E73347A736F6C686C6976346C746D6E356B697062776373637134616C70736D6C6179696970666B73746B736D3472746B652F5665742E706E67",
3131
}
32-
```
32+
```

0 commit comments

Comments
 (0)