From 5eac234ff40916d1fc9d6e43582c9d293f75534b Mon Sep 17 00:00:00 2001 From: ddawson Date: Tue, 26 Mar 2024 10:32:09 -0700 Subject: [PATCH 1/2] Add marker field to response. --- .../public-api-methods/account-methods/account_nfts.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/references/http-websocket-apis/public-api-methods/account-methods/account_nfts.md b/docs/references/http-websocket-apis/public-api-methods/account-methods/account_nfts.md index 95a5819636..c846648276 100644 --- a/docs/references/http-websocket-apis/public-api-methods/account-methods/account_nfts.md +++ b/docs/references/http-websocket-apis/public-api-methods/account-methods/account_nfts.md @@ -139,6 +139,7 @@ The response follows the [standard format][], with a successful result containin | `ledger_index` | Number - [Ledger Index][] | _(May be omitted)_ The ledger index of the ledger that was used to generate this response. | | `ledger_current_index` | Number - [Ledger Index][] | _(May be omitted)_ The ledger index of the current in-progress ledger version, which was used to generate this response. | | `validated` | Boolean | If included and set to `true`, the information in this response comes from a validated ledger version. Otherwise, the information is subject to change. | +| `marker` | Marker | Server-defined value indicating the response is paginated. Pass this to the next call to resume where this call left off. Omitted when there are no additional pages after this one. | ### NFT Objects @@ -153,6 +154,7 @@ Each object in the `account_nfts` array represents one [NFToken][] and has the f | `URI` | String | The URI data associated with this NFToken, in hexadecimal. | | `nft_serial` | Number | The token sequence number of this NFToken, which is unique for its issuer. | + ## Possible Errors * Any of the [universal error types][]. From b267299db04ab7943949148f16b8ec772f03fd76 Mon Sep 17 00:00:00 2001 From: Dennis Dawson Date: Wed, 27 Mar 2024 10:22:58 -0700 Subject: [PATCH 2/2] Update docs/references/http-websocket-apis/public-api-methods/account-methods/account_nfts.md Co-authored-by: Amarantha Kulkarni --- .../public-api-methods/account-methods/account_nfts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/references/http-websocket-apis/public-api-methods/account-methods/account_nfts.md b/docs/references/http-websocket-apis/public-api-methods/account-methods/account_nfts.md index c846648276..948d878908 100644 --- a/docs/references/http-websocket-apis/public-api-methods/account-methods/account_nfts.md +++ b/docs/references/http-websocket-apis/public-api-methods/account-methods/account_nfts.md @@ -139,7 +139,7 @@ The response follows the [standard format][], with a successful result containin | `ledger_index` | Number - [Ledger Index][] | _(May be omitted)_ The ledger index of the ledger that was used to generate this response. | | `ledger_current_index` | Number - [Ledger Index][] | _(May be omitted)_ The ledger index of the current in-progress ledger version, which was used to generate this response. | | `validated` | Boolean | If included and set to `true`, the information in this response comes from a validated ledger version. Otherwise, the information is subject to change. | -| `marker` | Marker | Server-defined value indicating the response is paginated. Pass this to the next call to resume where this call left off. Omitted when there are no additional pages after this one. | +| `marker` | [Marker][] | _(May be omitted)_ Server-defined value indicating the response is paginated. Pass this to the next call to resume where this call left off. Omitted when there are no additional pages after this one. | ### NFT Objects