From b1a3e246526c9b1871bfefd47cf60324bbd22d96 Mon Sep 17 00:00:00 2001 From: Alex Kremer Date: Fri, 22 Sep 2023 13:40:58 +0100 Subject: [PATCH] Update with forwarding in mind --- .../public-api-methods/clio-methods/ledger-clio.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/references/http-websocket-apis/public-api-methods/clio-methods/ledger-clio.md b/content/references/http-websocket-apis/public-api-methods/clio-methods/ledger-clio.md index 64c9e6576d..d3e9b67933 100644 --- a/content/references/http-websocket-apis/public-api-methods/clio-methods/ledger-clio.md +++ b/content/references/http-websocket-apis/public-api-methods/clio-methods/ledger-clio.md @@ -52,6 +52,8 @@ The `ledger` field is deprecated and may be removed without further notice. > * `accounts` > * `full` > * `queue` +> +> Clio will **always** forward the request to `rippled` when any of the above fields is set to `true`. ## Response Format @@ -124,7 +126,6 @@ If the request specified `"diff: true`, the response has an object `diff`. The f * Any of the [universal error types][]. * `invalidParams` - One or more fields are specified incorrectly, or one or more required fields are missing. * `lgrNotFound` - The ledger specified by the `ledger_hash` or `ledger_index` does not exist, or it does exist but the server does not have it. -* `notSupported` - One of `full`, `queue` or `accounts` fields specified but Clio does not support these fields. {% include '_snippets/rippled-api-links.md' %}