diff --git a/content/references/rippled-api/admin-rippled-methods/key-generation-methods/validation_create.md b/content/references/rippled-api/admin-rippled-methods/key-generation-methods/validation_create.md index c5db771841..7b7f334c89 100644 --- a/content/references/rippled-api/admin-rippled-methods/key-generation-methods/validation_create.md +++ b/content/references/rippled-api/admin-rippled-methods/key-generation-methods/validation_create.md @@ -86,7 +86,7 @@ Connecting to 127.0.0.1:5005 -The response follows the [standard format](#response-formatting), with a successful result containing the following fields: +The response follows the [standard format][], with a successful result containing the following fields: | `Field` | Type | Description | |:------------------------|:-------|:------------------------------------------| diff --git a/content/references/rippled-api/admin-rippled-methods/key-generation-methods/wallet_propose.md b/content/references/rippled-api/admin-rippled-methods/key-generation-methods/wallet_propose.md index 987b0ab95a..41764d003f 100644 --- a/content/references/rippled-api/admin-rippled-methods/key-generation-methods/wallet_propose.md +++ b/content/references/rippled-api/admin-rippled-methods/key-generation-methods/wallet_propose.md @@ -164,7 +164,7 @@ Connecting to 127.0.0.1:5005 -The response follows the [standard format](#response-formatting), with a successful result containing various important information about the new (potential) account, including the following fields: +The response follows the [standard format][], with a successful result containing various important information about the new (potential) account, including the following fields: | `Field` | Type | Description | |:------------------|:-------|:------------------------------------------------| diff --git a/content/references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/can_delete.md b/content/references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/can_delete.md index e9f7516c68..e0ecc102e8 100644 --- a/content/references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/can_delete.md +++ b/content/references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/can_delete.md @@ -51,7 +51,7 @@ The request includes the following optional parameter: If no parameter is specified, no change is made. -The response follows the [standard format](#response-formatting), with +The response follows the [standard format][], with a successful result containing the following fields: | `Field` | Type | Description | diff --git a/content/references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/ledger_cleaner.md b/content/references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/ledger_cleaner.md index c94ecace5a..92afa0fbf8 100644 --- a/content/references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/ledger_cleaner.md +++ b/content/references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/ledger_cleaner.md @@ -56,7 +56,7 @@ An example of a successful response: -The response follows the [standard format](#response-formatting), with a successful result containing the following fields: +The response follows the [standard format][], with a successful result containing the following fields: | `Field` | Type | Description | |:----------|:-------|:---------------------------------| diff --git a/content/references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/ledger_request.md b/content/references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/ledger_request.md index 64f6529a02..c90139193f 100644 --- a/content/references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/ledger_request.md +++ b/content/references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/ledger_request.md @@ -39,7 +39,7 @@ You must provide either `ledger_index` or `ledger_hash` but not both. ### Response Format -The response follows the [standard format](#response-formatting). However, the request returns a failure response if it does not have the specified ledger _even if it successfully instructed the `rippled` server to start retrieving the ledger_. +The response follows the [standard format][]. However, the request returns a failure response if it does not have the specified ledger _even if it successfully instructed the `rippled` server to start retrieving the ledger_. **Note:** To retrieve a ledger, the rippled server must have a direct peer with that ledger in its history. If none of the peers have the requested ledger, you can use the [`connect` command](#connect) or the `fixed_ips` section of the config file to add Ripple's full-history server at `s2.ripple.com` and then make the `ledger_request` request again. diff --git a/content/references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/log_level.md b/content/references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/log_level.md index 69a603761b..c875e82a99 100644 --- a/content/references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/log_level.md +++ b/content/references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/log_level.md @@ -121,7 +121,7 @@ Connecting to 127.0.0.1:5005 -The response follows the [standard format](#response-formatting). The response format depends on whether the request specified a `severity`. If it did, the log level is changed and a successful result contains no additional fields. +The response follows the [standard format][]. The response format depends on whether the request specified a `severity`. If it did, the log level is changed and a successful result contains no additional fields. Otherwise, the request contains the following field: diff --git a/content/references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/logrotate.md b/content/references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/logrotate.md index aba683f340..1fabe1f6ce 100644 --- a/content/references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/logrotate.md +++ b/content/references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/logrotate.md @@ -64,7 +64,7 @@ Connecting to 127.0.0.1:5005 -The response follows the [standard format](#response-formatting), with a successful result containing the following fields: +The response follows the [standard format][], with a successful result containing the following fields: | `Field` | Type | Description | |:----------|:-------|:--------------------------------------------------------| diff --git a/content/references/rippled-api/admin-rippled-methods/server-control-methods/connect.md b/content/references/rippled-api/admin-rippled-methods/server-control-methods/connect.md index 15709e8f59..5ec23efe73 100644 --- a/content/references/rippled-api/admin-rippled-methods/server-control-methods/connect.md +++ b/content/references/rippled-api/admin-rippled-methods/server-control-methods/connect.md @@ -83,7 +83,7 @@ Connecting to 127.0.0.1:5005 -The response follows the [standard format](#response-formatting), with a successful result containing the following fields: +The response follows the [standard format][], with a successful result containing the following fields: | `Field` | Type | Description | |:----------|:-------|:-------------------------------------------------------| diff --git a/content/references/rippled-api/admin-rippled-methods/server-control-methods/ledger_accept.md b/content/references/rippled-api/admin-rippled-methods/server-control-methods/ledger_accept.md index b09b5497b4..3d013ea940 100644 --- a/content/references/rippled-api/admin-rippled-methods/server-control-methods/ledger_accept.md +++ b/content/references/rippled-api/admin-rippled-methods/server-control-methods/ledger_accept.md @@ -45,7 +45,7 @@ An example of a successful response: } ``` -The response follows the [standard format](#response-formatting), with a successful result containing the following field: +The response follows the [standard format][], with a successful result containing the following field: | `Field` | Type | Description | |:-----------------------|:-----------------|:---------------------------------| diff --git a/content/references/rippled-api/admin-rippled-methods/server-control-methods/stop.md b/content/references/rippled-api/admin-rippled-methods/server-control-methods/stop.md index de9601ae75..97b4194c9a 100644 --- a/content/references/rippled-api/admin-rippled-methods/server-control-methods/stop.md +++ b/content/references/rippled-api/admin-rippled-methods/server-control-methods/stop.md @@ -72,7 +72,7 @@ Connecting to 127.0.0.1:5005 -The response follows the [standard format](#response-formatting), with a successful result containing the following fields: +The response follows the [standard format][], with a successful result containing the following fields: | `Field` | Type | Description | |:----------|:-------|:-------------------------------------| diff --git a/content/references/rippled-api/admin-rippled-methods/server-control-methods/validation_seed.md b/content/references/rippled-api/admin-rippled-methods/server-control-methods/validation_seed.md index 274b0d3685..40a7896c56 100644 --- a/content/references/rippled-api/admin-rippled-methods/server-control-methods/validation_seed.md +++ b/content/references/rippled-api/admin-rippled-methods/server-control-methods/validation_seed.md @@ -72,7 +72,7 @@ Connecting to 127.0.0.1:5005 -The response follows the [standard format](#response-formatting), with a successful result containing the following fields: +The response follows the [standard format][], with a successful result containing the following fields: | `Field` | Type | Description | |:------------------------|:-------|:------------------------------------------| diff --git a/content/references/rippled-api/admin-rippled-methods/status-and-debugging-methods/consensus_info.md b/content/references/rippled-api/admin-rippled-methods/status-and-debugging-methods/consensus_info.md index 2a3af00874..8c739a169b 100644 --- a/content/references/rippled-api/admin-rippled-methods/status-and-debugging-methods/consensus_info.md +++ b/content/references/rippled-api/admin-rippled-methods/status-and-debugging-methods/consensus_info.md @@ -201,7 +201,7 @@ Connecting to 127.0.0.1:5005 -The response follows the [standard format](#response-formatting), with a successful result containing the following fields: +The response follows the [standard format][], with a successful result containing the following fields: | `Field` | Type | Description | |:--------|:-------|:----------------------------------------------------------| diff --git a/content/references/rippled-api/admin-rippled-methods/status-and-debugging-methods/feature.md b/content/references/rippled-api/admin-rippled-methods/status-and-debugging-methods/feature.md index ddc6ae1ef6..aa28e6dd7a 100644 --- a/content/references/rippled-api/admin-rippled-methods/status-and-debugging-methods/feature.md +++ b/content/references/rippled-api/admin-rippled-methods/status-and-debugging-methods/feature.md @@ -171,7 +171,7 @@ Connecting to 127.0.0.1:5005 -The response follows the [standard format](#response-formatting), with a successful result containing **a map of amendments** as a JSON object. The keys of the object are amendment IDs. The values for each key are _amendment objects_ that describe the status of the amendment with that ID. If the request specified a `feature`, the map contains only the requested amendment object, after applying any changes from the request. Each amendment object has the following fields: +The response follows the [standard format][], with a successful result containing **a map of amendments** as a JSON object. The keys of the object are amendment IDs. The values for each key are _amendment objects_ that describe the status of the amendment with that ID. If the request specified a `feature`, the map contains only the requested amendment object, after applying any changes from the request. Each amendment object has the following fields: | `Field` | Type | Description | |:------------|:--------|:-----------------------------------------------------| diff --git a/content/references/rippled-api/admin-rippled-methods/status-and-debugging-methods/fetch_info.md b/content/references/rippled-api/admin-rippled-methods/status-and-debugging-methods/fetch_info.md index ee1e771dea..6ec51e0a43 100644 --- a/content/references/rippled-api/admin-rippled-methods/status-and-debugging-methods/fetch_info.md +++ b/content/references/rippled-api/admin-rippled-methods/status-and-debugging-methods/fetch_info.md @@ -134,7 +134,7 @@ Connecting to 127.0.0.1:5005 -The response follows the [standard format](#response-formatting), with a successful result containing the following fields: +The response follows the [standard format][], with a successful result containing the following fields: | `Field` | Type | Description | |:--------|:-------|:----------------------------------------------------------| diff --git a/content/references/rippled-api/admin-rippled-methods/status-and-debugging-methods/get_counts.md b/content/references/rippled-api/admin-rippled-methods/status-and-debugging-methods/get_counts.md index f2a63db859..c2b42bd5b8 100644 --- a/content/references/rippled-api/admin-rippled-methods/status-and-debugging-methods/get_counts.md +++ b/content/references/rippled-api/admin-rippled-methods/status-and-debugging-methods/get_counts.md @@ -132,7 +132,7 @@ Connecting to 127.0.0.1:5005 -The response follows the [standard format](#response-formatting). The list of fields contained in the result is subject to change without notice, but it may contain any of the following (among others): +The response follows the [standard format][]. The list of fields contained in the result is subject to change without notice, but it may contain any of the following (among others): | `Field` | Type | Description | |:--------------|:-------|:----------------------------------------------------| diff --git a/content/references/rippled-api/admin-rippled-methods/status-and-debugging-methods/peers.md b/content/references/rippled-api/admin-rippled-methods/status-and-debugging-methods/peers.md index 425ab8e443..a3abba8780 100644 --- a/content/references/rippled-api/admin-rippled-methods/status-and-debugging-methods/peers.md +++ b/content/references/rippled-api/admin-rippled-methods/status-and-debugging-methods/peers.md @@ -370,7 +370,7 @@ Connecting to 127.0.0.1:5005 -The response follows the [standard format](#response-formatting), with a successful result containing a JSON object with the following fields: +The response follows the [standard format][], with a successful result containing a JSON object with the following fields: | `Field` | Type | Description | |:----------|:-------|:--------------------------------------------------------| diff --git a/content/references/rippled-api/admin-rippled-methods/status-and-debugging-methods/print.md b/content/references/rippled-api/admin-rippled-methods/status-and-debugging-methods/print.md index 7774894207..00d61d255b 100644 --- a/content/references/rippled-api/admin-rippled-methods/status-and-debugging-methods/print.md +++ b/content/references/rippled-api/admin-rippled-methods/status-and-debugging-methods/print.md @@ -224,7 +224,7 @@ Connecting to 127.0.0.1:5005 -The response follows the [standard format](#response-formatting). Additional fields in the result depend on the internal state of the `rippled` server. The results of this command are subject to change without notice. +The response follows the [standard format][]. Additional fields in the result depend on the internal state of the `rippled` server. The results of this command are subject to change without notice. ### Possible Errors diff --git a/content/references/rippled-api/admin-rippled-methods/status-and-debugging-methods/validator_list_sites.md b/content/references/rippled-api/admin-rippled-methods/status-and-debugging-methods/validator_list_sites.md index 4299b3f242..3b17063fbe 100644 --- a/content/references/rippled-api/admin-rippled-methods/status-and-debugging-methods/validator_list_sites.md +++ b/content/references/rippled-api/admin-rippled-methods/status-and-debugging-methods/validator_list_sites.md @@ -109,7 +109,7 @@ Connecting to 127.0.0.1:5005 -The response follows the [standard format](#response-formatting), with a successful result containing the following field: +The response follows the [standard format][], with a successful result containing the following field: | `Field` | Type | Description | |:------------------|:------|----------------------------------| diff --git a/content/references/rippled-api/admin-rippled-methods/status-and-debugging-methods/validators.md b/content/references/rippled-api/admin-rippled-methods/status-and-debugging-methods/validators.md index e54f37872f..289c70bc3f 100644 --- a/content/references/rippled-api/admin-rippled-methods/status-and-debugging-methods/validators.md +++ b/content/references/rippled-api/admin-rippled-methods/status-and-debugging-methods/validators.md @@ -150,7 +150,7 @@ Connecting to 127.0.0.1:5005 -The response follows the [standard format](#response-formatting), with a successful result containing the following fields: +The response follows the [standard format][], with a successful result containing the following fields: | `Field` | Type | Description | |:-------------------------|:-------|:-----------------------------------------| diff --git a/content/references/rippled-api/public-rippled-methods/account-methods/account_channels.md b/content/references/rippled-api/public-rippled-methods/account-methods/account_channels.md index 66eac377fa..d55314ad2d 100644 --- a/content/references/rippled-api/public-rippled-methods/account-methods/account_channels.md +++ b/content/references/rippled-api/public-rippled-methods/account-methods/account_channels.md @@ -147,7 +147,7 @@ An example of a successful response: -The response follows the [standard format](#response-formatting), with a successful result containing the following fields: +The response follows the [standard format][], with a successful result containing the following fields: | Field | Type | Description | |:-----------|:-------------------------------------------|:-------------------| diff --git a/content/references/rippled-api/public-rippled-methods/account-methods/account_currencies.md b/content/references/rippled-api/public-rippled-methods/account-methods/account_currencies.md index 6a3281adc2..6190221ded 100644 --- a/content/references/rippled-api/public-rippled-methods/account-methods/account_currencies.md +++ b/content/references/rippled-api/public-rippled-methods/account-methods/account_currencies.md @@ -128,7 +128,7 @@ An example of a successful response: -The response follows the [standard format](#response-formatting), with a successful result containing the following fields: +The response follows the [standard format][], with a successful result containing the following fields: | `Field` | Type | Description | |:---------------------|:---------------------------|:-------------------------| diff --git a/content/references/rippled-api/public-rippled-methods/account-methods/account_info.md b/content/references/rippled-api/public-rippled-methods/account-methods/account_info.md index cfde48327c..e3ff587d3d 100644 --- a/content/references/rippled-api/public-rippled-methods/account-methods/account_info.md +++ b/content/references/rippled-api/public-rippled-methods/account-methods/account_info.md @@ -168,7 +168,7 @@ An example of a successful response: -The response follows the [standard format](#response-formatting), with the result containing the requested account, its data, and a ledger to which it applies, as the following fields: +The response follows the [standard format][], with the result containing the requested account, its data, and a ledger to which it applies, as the following fields: | `Field` | Type | Description | |:-----------------------|:--------|:------------------------------------------| diff --git a/content/references/rippled-api/public-rippled-methods/account-methods/account_lines.md b/content/references/rippled-api/public-rippled-methods/account-methods/account_lines.md index 3fc1db4eb1..c98befce91 100644 --- a/content/references/rippled-api/public-rippled-methods/account-methods/account_lines.md +++ b/content/references/rippled-api/public-rippled-methods/account-methods/account_lines.md @@ -148,7 +148,7 @@ An example of a successful response: -The response follows the [standard format](#response-formatting), with a successful result containing the address of the account and an array of trust line objects. Specifically, the result object contains the following fields: +The response follows the [standard format][], with a successful result containing the address of the account and an array of trust line objects. Specifically, the result object contains the following fields: | `Field` | Type | Description | |:-----------------------|:-------------------------------------------|:-------| diff --git a/content/references/rippled-api/public-rippled-methods/account-methods/account_objects.md b/content/references/rippled-api/public-rippled-methods/account-methods/account_objects.md index 60cc69daab..4e6416234d 100644 --- a/content/references/rippled-api/public-rippled-methods/account-methods/account_objects.md +++ b/content/references/rippled-api/public-rippled-methods/account-methods/account_objects.md @@ -597,7 +597,7 @@ An example of a successful response: -The response follows the [standard format](#response-formatting), with a successful result containing the following fields: +The response follows the [standard format][], with a successful result containing the following fields: | `Field` | Type | Description | |:-----------------------|:-------------------------------------------|:-------| diff --git a/content/references/rippled-api/public-rippled-methods/account-methods/account_offers.md b/content/references/rippled-api/public-rippled-methods/account-methods/account_offers.md index 1b5ff0ddd9..199facb497 100644 --- a/content/references/rippled-api/public-rippled-methods/account-methods/account_offers.md +++ b/content/references/rippled-api/public-rippled-methods/account-methods/account_offers.md @@ -155,7 +155,7 @@ An example of a successful response: -The response follows the [standard format](#response-formatting), with a successful result containing the following fields: +The response follows the [standard format][], with a successful result containing the following fields: | `Field` | Type | Description | |:-----------------------|:-------------------------------------------|:-------| diff --git a/content/references/rippled-api/public-rippled-methods/account-methods/account_tx.md b/content/references/rippled-api/public-rippled-methods/account-methods/account_tx.md index 3ae9629946..f644b102a4 100644 --- a/content/references/rippled-api/public-rippled-methods/account-methods/account_tx.md +++ b/content/references/rippled-api/public-rippled-methods/account-methods/account_tx.md @@ -558,7 +558,7 @@ An example of a successful response: -The response follows the [standard format](#response-formatting), with a successful result containing the following fields: +The response follows the [standard format][], with a successful result containing the following fields: | `Field` | Type | Description | |:-------------------|:-------------------------------------------|:-----------| diff --git a/content/references/rippled-api/public-rippled-methods/account-methods/gateway_balances.md b/content/references/rippled-api/public-rippled-methods/account-methods/gateway_balances.md index 7217e69c5f..304b17feb2 100644 --- a/content/references/rippled-api/public-rippled-methods/account-methods/gateway_balances.md +++ b/content/references/rippled-api/public-rippled-methods/account-methods/gateway_balances.md @@ -197,7 +197,7 @@ An example of a successful response: **Note:** There is no command-line syntax for this method. Use the [`json` command](#json) to access this from the command line. -The response follows the [standard format](#response-formatting), with a successful result containing the following fields: +The response follows the [standard format][], with a successful result containing the following fields: | `Field` | Type | Description | |:-----------------------|:-------|:-------------------------------------------| diff --git a/content/references/rippled-api/public-rippled-methods/account-methods/noripple_check.md b/content/references/rippled-api/public-rippled-methods/account-methods/noripple_check.md index 96de84bca2..aeb3fba5f0 100644 --- a/content/references/rippled-api/public-rippled-methods/account-methods/noripple_check.md +++ b/content/references/rippled-api/public-rippled-methods/account-methods/noripple_check.md @@ -165,7 +165,7 @@ An example of a successful response: -The response follows the [standard format](#response-formatting), with a successful result containing the following fields: +The response follows the [standard format][], with a successful result containing the following fields: | `Field` | Type | Description | |:-----------------------|:-------|:-------------------------------------------| diff --git a/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger.md b/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger.md index fbdc4701ff..bc0cd5a55b 100644 --- a/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger.md +++ b/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger.md @@ -143,7 +143,7 @@ An example of a successful response: -The response follows the [standard format](#response-formatting), with a successful result containing information about the ledger, including the following fields: +The response follows the [standard format][], with a successful result containing information about the ledger, including the following fields: | `Field` | Type | Description | |:-------------------------------|:--------|:----------------------------------| diff --git a/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_closed.md b/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_closed.md index f522ec0cb0..3dcfd13d90 100644 --- a/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_closed.md +++ b/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_closed.md @@ -75,7 +75,7 @@ An example of a successful response: -The response follows the [standard format](#response-formatting), with a successful result containing the following fields: +The response follows the [standard format][], with a successful result containing the following fields: | `Field` | Type | Description | |:---------------|:-----------------|:-----------------------------------------| diff --git a/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_current.md b/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_current.md index a02f2898d2..0a10a6de92 100644 --- a/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_current.md +++ b/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_current.md @@ -75,7 +75,7 @@ An example of a successful response: -The response follows the [standard format](#response-formatting), with a successful result containing the following field: +The response follows the [standard format][], with a successful result containing the following field: | `Field` | Type | Description | |:-----------------------|:-----------------|:-------------------------------| diff --git a/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_data.md b/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_data.md index 1b6ff66ebd..c7c40e1eb3 100644 --- a/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_data.md +++ b/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_data.md @@ -232,7 +232,7 @@ An example of a successful response: -The response follows the [standard format](#response-formatting), with a successful result containing the following fields: +The response follows the [standard format][], with a successful result containing the following fields: | `Field` | Type | Description | |:---------------|:-------------------------------------------|:---------------| diff --git a/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_entry.md b/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_entry.md index 6ff841bdd3..c1bc9e2643 100644 --- a/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_entry.md +++ b/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_entry.md @@ -131,7 +131,7 @@ An example of a successful response: -The response follows the [standard format](#response-formatting), with a successful result containing the following fields: +The response follows the [standard format][], with a successful result containing the following fields: | `Field` | Type | Description | |:---------------|:-----------------|:-----------------------------------------| diff --git a/content/references/rippled-api/public-rippled-methods/path-and-order-book-methods/book_offers.md b/content/references/rippled-api/public-rippled-methods/path-and-order-book-methods/book_offers.md index f024feac8d..9ddf2ebb9a 100644 --- a/content/references/rippled-api/public-rippled-methods/path-and-order-book-methods/book_offers.md +++ b/content/references/rippled-api/public-rippled-methods/path-and-order-book-methods/book_offers.md @@ -153,7 +153,7 @@ An example of a successful response: -The response follows the [standard format](#response-formatting), with a successful result containing the following fields: +The response follows the [standard format][], with a successful result containing the following fields: | `Field` | Type | Description | |:-----------------------|:-------------------------------------------|:------------------------------------------| diff --git a/content/references/rippled-api/public-rippled-methods/path-and-order-book-methods/ripple_path_find.md b/content/references/rippled-api/public-rippled-methods/path-and-order-book-methods/ripple_path_find.md index 7b506fc76d..504eee4d3c 100644 --- a/content/references/rippled-api/public-rippled-methods/path-and-order-book-methods/ripple_path_find.md +++ b/content/references/rippled-api/public-rippled-methods/path-and-order-book-methods/ripple_path_find.md @@ -311,7 +311,7 @@ An example of a successful response: -The response follows the [standard format](#response-formatting), with a successful result containing the following fields: +The response follows the [standard format][], with a successful result containing the following fields: | `Field` | Type | Description | |:-------------------------|:-------|:-----------------------------------------| diff --git a/content/references/rippled-api/public-rippled-methods/payment-channel-methods/channel_authorize.md b/content/references/rippled-api/public-rippled-methods/payment-channel-methods/channel_authorize.md index 21d15eda43..fae4213fc8 100644 --- a/content/references/rippled-api/public-rippled-methods/payment-channel-methods/channel_authorize.md +++ b/content/references/rippled-api/public-rippled-methods/payment-channel-methods/channel_authorize.md @@ -101,7 +101,7 @@ An example of a successful response: -The response follows the [standard format](#response-formatting), with a successful result containing the following fields: +The response follows the [standard format][], with a successful result containing the following fields: | Field | Type | Description | |-------|------|-------------| diff --git a/content/references/rippled-api/public-rippled-methods/payment-channel-methods/channel_verify.md b/content/references/rippled-api/public-rippled-methods/payment-channel-methods/channel_verify.md index ca70afd7db..56c68bb857 100644 --- a/content/references/rippled-api/public-rippled-methods/payment-channel-methods/channel_verify.md +++ b/content/references/rippled-api/public-rippled-methods/payment-channel-methods/channel_verify.md @@ -103,7 +103,7 @@ An example of a successful response: -The response follows the [standard format](#response-formatting), with a successful result containing the following fields: +The response follows the [standard format][], with a successful result containing the following fields: | Field | Type | Description | |-------|------|-------------| diff --git a/content/references/rippled-api/public-rippled-methods/server-info-methods/fee.md b/content/references/rippled-api/public-rippled-methods/server-info-methods/fee.md index c4b32f5c72..73334b6e4b 100644 --- a/content/references/rippled-api/public-rippled-methods/server-info-methods/fee.md +++ b/content/references/rippled-api/public-rippled-methods/server-info-methods/fee.md @@ -133,7 +133,7 @@ Connecting to 127.0.0.1:5005 -The response follows the [standard format](#response-formatting), with a successful result containing the following fields: +The response follows the [standard format][], with a successful result containing the following fields: | `Field` | Type | Description | |:---------------------------|:-----------------|:-----------------------------| diff --git a/content/references/rippled-api/public-rippled-methods/server-info-methods/server_info.md b/content/references/rippled-api/public-rippled-methods/server-info-methods/server_info.md index 7402f923d6..7149c728bb 100644 --- a/content/references/rippled-api/public-rippled-methods/server-info-methods/server_info.md +++ b/content/references/rippled-api/public-rippled-methods/server-info-methods/server_info.md @@ -274,7 +274,7 @@ An example of a successful response: -The response follows the [standard format](#response-formatting), with a successful result containing an `info` object as its only field. +The response follows the [standard format][], with a successful result containing an `info` object as its only field. The `info` object may have some arrangement of the following fields: diff --git a/content/references/rippled-api/public-rippled-methods/server-info-methods/server_state.md b/content/references/rippled-api/public-rippled-methods/server-info-methods/server_state.md index 2d72a502db..0efaffda40 100644 --- a/content/references/rippled-api/public-rippled-methods/server-info-methods/server_state.md +++ b/content/references/rippled-api/public-rippled-methods/server-info-methods/server_state.md @@ -244,7 +244,7 @@ An example of a successful response: -The response follows the [standard format](#response-formatting), with a successful result containing a `state` object as its only field. +The response follows the [standard format][], with a successful result containing a `state` object as its only field. The `state` object may have some arrangement of the following fields: diff --git a/content/references/rippled-api/public-rippled-methods/subscription-methods/subscribe.md b/content/references/rippled-api/public-rippled-methods/subscription-methods/subscribe.md index 84b8dd2c34..edfce6ec5c 100644 --- a/content/references/rippled-api/public-rippled-methods/subscription-methods/subscribe.md +++ b/content/references/rippled-api/public-rippled-methods/subscription-methods/subscribe.md @@ -106,7 +106,7 @@ An example of a successful response: -The response follows the [standard format](#response-formatting). The fields contained in the response vary depending on what subscriptions were included in the request. +The response follows the [standard format][]. The fields contained in the response vary depending on what subscriptions were included in the request. * `accounts` and `accounts_proposed` - No fields returned * *Stream: server* - Information about the server status, such as `load_base` (the current load level of the server), `random` (a randomly-generated value), and others, subject to change. diff --git a/content/references/rippled-api/public-rippled-methods/subscription-methods/unsubscribe.md b/content/references/rippled-api/public-rippled-methods/subscription-methods/unsubscribe.md index 4c0a22cb52..42459b00a0 100644 --- a/content/references/rippled-api/public-rippled-methods/subscription-methods/unsubscribe.md +++ b/content/references/rippled-api/public-rippled-methods/subscription-methods/unsubscribe.md @@ -74,7 +74,7 @@ An example of a successful response: -The response follows the [standard format](#response-formatting), with a successful result containing no fields. +The response follows the [standard format][], with a successful result containing no fields. ## Possible Errors diff --git a/content/references/rippled-api/public-rippled-methods/transaction-methods/sign.md b/content/references/rippled-api/public-rippled-methods/transaction-methods/sign.md index ca7a5e26e5..b9295d332c 100644 --- a/content/references/rippled-api/public-rippled-methods/transaction-methods/sign.md +++ b/content/references/rippled-api/public-rippled-methods/transaction-methods/sign.md @@ -194,7 +194,7 @@ Connecting to 127.0.0.1:5005 -The response follows the [standard format](#response-formatting), with a successful result containing the following fields: +The response follows the [standard format][], with a successful result containing the following fields: | `Field` | Type | Description | |:----------|:-------|:--------------------------------------------------------| diff --git a/content/references/rippled-api/public-rippled-methods/transaction-methods/sign_for.md b/content/references/rippled-api/public-rippled-methods/transaction-methods/sign_for.md index 86e90561fa..9ab7c8d4ec 100644 --- a/content/references/rippled-api/public-rippled-methods/transaction-methods/sign_for.md +++ b/content/references/rippled-api/public-rippled-methods/transaction-methods/sign_for.md @@ -212,7 +212,7 @@ Connecting to 127.0.0.1:5005 -The response follows the [standard format](#response-formatting), with a successful result containing the following fields: +The response follows the [standard format][], with a successful result containing the following fields: | `Field` | Type | Description | |:----------|:-------|:--------------------------------------------------------| diff --git a/content/references/rippled-api/public-rippled-methods/transaction-methods/submit.md b/content/references/rippled-api/public-rippled-methods/transaction-methods/submit.md index fc4b7c72cf..b55c8d7db8 100644 --- a/content/references/rippled-api/public-rippled-methods/transaction-methods/submit.md +++ b/content/references/rippled-api/public-rippled-methods/transaction-methods/submit.md @@ -250,7 +250,7 @@ Connecting to 127.0.0.1:5005 -The response follows the [standard format](#response-formatting), with a successful result containing the following fields: +The response follows the [standard format][], with a successful result containing the following fields: | `Field` | Type | Description | |:------------------------|:--------|:-----------------------------------------| diff --git a/content/references/rippled-api/public-rippled-methods/transaction-methods/submit_multisigned.md b/content/references/rippled-api/public-rippled-methods/transaction-methods/submit_multisigned.md index ffe569ab83..ca800a58fc 100644 --- a/content/references/rippled-api/public-rippled-methods/transaction-methods/submit_multisigned.md +++ b/content/references/rippled-api/public-rippled-methods/transaction-methods/submit_multisigned.md @@ -232,7 +232,7 @@ An example of a successful response: -The response follows the [standard format](#response-formatting), with a successful result containing the following fields: +The response follows the [standard format][], with a successful result containing the following fields: | `Field` | Type | Description | |:------------------------|:--------|:-----------------------------------------| diff --git a/content/references/rippled-api/public-rippled-methods/transaction-methods/transaction_entry.md b/content/references/rippled-api/public-rippled-methods/transaction-methods/transaction_entry.md index b37ae02fde..fa19ad1563 100644 --- a/content/references/rippled-api/public-rippled-methods/transaction-methods/transaction_entry.md +++ b/content/references/rippled-api/public-rippled-methods/transaction-methods/transaction_entry.md @@ -193,7 +193,7 @@ An example of a successful response: -The response follows the [standard format](#response-formatting), with a successful result containing the following fields: +The response follows the [standard format][], with a successful result containing the following fields: | `Field` | Type | Description | |:---------------|:-----------------|:-----------------------------------------| diff --git a/content/references/rippled-api/public-rippled-methods/transaction-methods/tx.md b/content/references/rippled-api/public-rippled-methods/transaction-methods/tx.md index a85dea00b0..7912497df5 100644 --- a/content/references/rippled-api/public-rippled-methods/transaction-methods/tx.md +++ b/content/references/rippled-api/public-rippled-methods/transaction-methods/tx.md @@ -186,7 +186,7 @@ An example of a successful response: -The response follows the [standard format](#response-formatting), with a successful result containing the fields of the [Transaction object](reference-transaction-format.html) as well as the following additional fields: +The response follows the [standard format][], with a successful result containing the fields of the [Transaction object](reference-transaction-format.html) as well as the following additional fields: | `Field` | Type | Description | |:---------------|:-----------------|:-----------------------------------------| diff --git a/content/references/rippled-api/public-rippled-methods/transaction-methods/tx_history.md b/content/references/rippled-api/public-rippled-methods/transaction-methods/tx_history.md index 328eaf25df..2668ad3fe6 100644 --- a/content/references/rippled-api/public-rippled-methods/transaction-methods/tx_history.md +++ b/content/references/rippled-api/public-rippled-methods/transaction-methods/tx_history.md @@ -878,7 +878,7 @@ An example of a successful response: -The response follows the [standard format](#response-formatting), with a successful result containing the following fields: +The response follows the [standard format][], with a successful result containing the following fields: | `Field` | Type | Description | |:--------|:-----------------|:------------------------------------------| diff --git a/content/references/rippled-api/public-rippled-methods/utility-methods/json.md b/content/references/rippled-api/public-rippled-methods/utility-methods/json.md index fae88a893d..a64119c052 100644 --- a/content/references/rippled-api/public-rippled-methods/utility-methods/json.md +++ b/content/references/rippled-api/public-rippled-methods/utility-methods/json.md @@ -36,7 +36,7 @@ An example of a successful response: -The response follows the [standard format](#response-formatting), with whichever fields are appropriate to the type of command made. +The response follows the [standard format][], with whichever fields are appropriate to the type of command made. {% include '_snippets/rippled_versions.md' %} diff --git a/content/references/rippled-api/public-rippled-methods/utility-methods/ping.md b/content/references/rippled-api/public-rippled-methods/utility-methods/ping.md index e312b72b84..f7cc1a8356 100644 --- a/content/references/rippled-api/public-rippled-methods/utility-methods/ping.md +++ b/content/references/rippled-api/public-rippled-methods/utility-methods/ping.md @@ -71,7 +71,7 @@ An example of a successful response: -The response follows the [standard format](#response-formatting), with a successful result containing no fields. The client can measure the round-trip time from request to response as latency. +The response follows the [standard format][], with a successful result containing no fields. The client can measure the round-trip time from request to response as latency. ## Possible Errors diff --git a/content/references/rippled-api/public-rippled-methods/utility-methods/random.md b/content/references/rippled-api/public-rippled-methods/utility-methods/random.md index 8bc72c1c5a..a6aeab35d8 100644 --- a/content/references/rippled-api/public-rippled-methods/utility-methods/random.md +++ b/content/references/rippled-api/public-rippled-methods/utility-methods/random.md @@ -72,7 +72,7 @@ An example of a successful response: -The response follows the [standard format](#response-formatting), with a successful result containing the following field: +The response follows the [standard format][], with a successful result containing the following field: | `Field` | Type | Description | |:---------|:-------|:--------------------------|