mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-22 12:45:50 +00:00
Update with review comments for docs
This commit is contained in:
@@ -89,11 +89,11 @@ Use these methods to enable the server to push updates to your client when vario
|
|||||||
Use these methods to retrieve information about the current state of the `rippled` server.
|
Use these methods to retrieve information about the current state of the `rippled` server.
|
||||||
|
|
||||||
* **[`fee`](server-info-methods/fee.md)** - Get information about transaction cost.
|
* **[`fee`](server-info-methods/fee.md)** - Get information about transaction cost.
|
||||||
|
* **[`feature`](server-info-methods/feature.md)** - Returns information about amendments this server knows about.
|
||||||
* **[`server_info`](server-info-methods/server_info.md)** - Retrieve status of the server in human-readable format.
|
* **[`server_info`](server-info-methods/server_info.md)** - Retrieve status of the server in human-readable format.
|
||||||
* **[`server_state`](server-info-methods/server_state.md)** - Retrieve status of the server in machine-readable format.
|
* **[`server_state`](server-info-methods/server_state.md)** - Retrieve status of the server in machine-readable format.
|
||||||
* **[`server_definitions`](server-info-methods/server_definitions.md)** - Retrieve a list of types and fields used for the XRPL's canonical binary format.
|
* **[`server_definitions`](server-info-methods/server_definitions.md)** - Retrieve a list of types and fields used for the XRPL's canonical binary format.
|
||||||
* **[`manifest`](server-info-methods/manifest.md)** - Retrieve the latest ephemeral public key information about a known validator.
|
* **[`manifest`](server-info-methods/manifest.md)** - Retrieve the latest ephemeral public key information about a known validator.
|
||||||
* **[`feature`](server-info-methods/feature.md)** - Returns information about amendments this server knows about.
|
|
||||||
|
|
||||||
## [Clio Methods](clio-methods/index.md)
|
## [Clio Methods](clio-methods/index.md)
|
||||||
|
|
||||||
|
|||||||
@@ -136,7 +136,7 @@ The response follows the [standard format][], with a successful result containin
|
|||||||
|
|
||||||
- Any of the [universal error types][].
|
- Any of the [universal error types][].
|
||||||
- `badFeature` - The `feature` specified was invalidly formatted, or the server does not know an amendment with that name.
|
- `badFeature` - The `feature` specified was invalidly formatted, or the server does not know an amendment with that name.
|
||||||
- `noPermission` - The user does not have permission to run the specified command (i.e., `vetoed`).
|
- `noPermission` - The server does not have permission to run the specified command. For example, this can occur if the request includes admin-only fields that are not allowed, such as the `vetoed` request parameter.
|
||||||
- `reportingUnsupported` - ([Reporting Mode][] servers only) This method is not available in Reporting Mode.
|
- `reportingUnsupported` - ([Reporting Mode][] servers only) This method is not available in Reporting Mode.
|
||||||
|
|
||||||
{% raw-partial file="/docs/_snippets/common-links.md" /%}
|
{% raw-partial file="/docs/_snippets/common-links.md" /%}
|
||||||
|
|||||||
@@ -522,12 +522,12 @@
|
|||||||
expanded: false
|
expanded: false
|
||||||
items:
|
items:
|
||||||
- page: docs/references/http-websocket-apis/public-api-methods/server-info-methods/fee.md
|
- page: docs/references/http-websocket-apis/public-api-methods/server-info-methods/fee.md
|
||||||
|
- page: docs/references/http-websocket-apis/public-api-methods/server-info-methods/feature.md
|
||||||
- page: docs/references/http-websocket-apis/public-api-methods/server-info-methods/manifest.md
|
- page: docs/references/http-websocket-apis/public-api-methods/server-info-methods/manifest.md
|
||||||
- page: docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_definitions.md
|
- page: docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_definitions.md
|
||||||
- page: docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_info.md
|
- page: docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_info.md
|
||||||
- page: docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_state.md
|
- page: docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_state.md
|
||||||
- page: docs/references/http-websocket-apis/public-api-methods/server-info-methods/version.md
|
- page: docs/references/http-websocket-apis/public-api-methods/server-info-methods/version.md
|
||||||
- page: docs/references/http-websocket-apis/public-api-methods/server-info-methods/feature.md
|
|
||||||
|
|
||||||
- page: docs/references/http-websocket-apis/public-api-methods/clio-methods/index.md
|
- page: docs/references/http-websocket-apis/public-api-methods/clio-methods/index.md
|
||||||
expanded: false
|
expanded: false
|
||||||
|
|||||||
Reference in New Issue
Block a user