Skip to content

Commit ebfab59

Browse files
committed
fix quotation mark in json example
1 parent 7bac761 commit ebfab59

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/references/protocol/transactions/types/nftokenmodify.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ title:
2121
"Owner": "rogue5HnPRSszD9CWGSUz8UGHMVwSSKF6",
2222
"Fee": "10",
2323
"Sequence": 33,
24-
"NFTokenID": 0008C350C182B4F213B82CCFA4C6F59AD76F0AFCFBDF04D5A048C0A300000007",
24+
"NFTokenID": "0008C350C182B4F213B82CCFA4C6F59AD76F0AFCFBDF04D5A048C0A300000007",
2525
"URI": "697066733A2F2F62616679626569636D6E73347A736F6C686C6976346C746D6E356B697062776373637134616C70736D6C6179696970666B73746B736D3472746B652F5665742E706E67"
26-
}
26+
}
2727
```
2828

2929
{% raw-partial file="/docs/_snippets/tx-fields-intro.md" /%}
@@ -38,7 +38,7 @@ title:
3838
## Error Cases
3939
Besides errors that can occur for all transactions, {% $frontmatter.seo.title %} transactions can result in the following [transaction result codes](../transaction-results/index.md):
4040

41-
| Error Code | Description |
42-
|:-------------------------|:-------------|
41+
| Error Code | Description |
42+
|:-------------------|:------------|
4343
| `tecNO_PERMISSION` | The `tfMutable` flag wasn't enabled, so you can't update the `URI` field. You can also receive this error if the `Account` field isn't an issuer or authorized minter of the NFT. |
4444
{% raw-partial file="/docs/_snippets/common-links.md" /%}

0 commit comments

Comments
 (0)