Skip to content

Commit d905b9c

Browse files
committed
Update with review comments for docs
1 parent f78647b commit d905b9c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/references/http-websocket-apis/public-api-methods/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ Use these methods to enable the server to push updates to your client when vario
8989
Use these methods to retrieve information about the current state of the `rippled` server.
9090

9191
* **[`fee`](server-info-methods/fee.md)** - Get information about transaction cost.
92+
* **[`feature`](server-info-methods/feature.md)** - Returns information about amendments this server knows about.
9293
* **[`server_info`](server-info-methods/server_info.md)** - Retrieve status of the server in human-readable format.
9394
* **[`server_state`](server-info-methods/server_state.md)** - Retrieve status of the server in machine-readable format.
9495
* **[`server_definitions`](server-info-methods/server_definitions.md)** - Retrieve a list of types and fields used for the XRPL's canonical binary format.
9596
* **[`manifest`](server-info-methods/manifest.md)** - Retrieve the latest ephemeral public key information about a known validator.
96-
* **[`feature`](server-info-methods/feature.md)** - Returns information about amendments this server knows about.
9797

9898
## [Clio Methods](clio-methods/index.md)
9999

docs/references/http-websocket-apis/public-api-methods/server-info-methods/feature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ The response follows the [standard format][], with a successful result containin
136136

137137
- Any of the [universal error types][].
138138
- `badFeature` - The `feature` specified was invalidly formatted, or the server does not know an amendment with that name.
139-
- `noPermission` - The user does not have permission to run the specified command (i.e., `vetoed`).
139+
- `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.
140140
- `reportingUnsupported` - ([Reporting Mode][] servers only) This method is not available in Reporting Mode.
141141

142142
{% raw-partial file="/docs/_snippets/common-links.md" /%}

sidebars.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,12 +522,12 @@
522522
expanded: false
523523
items:
524524
- page: docs/references/http-websocket-apis/public-api-methods/server-info-methods/fee.md
525+
- page: docs/references/http-websocket-apis/public-api-methods/server-info-methods/feature.md
525526
- page: docs/references/http-websocket-apis/public-api-methods/server-info-methods/manifest.md
526527
- page: docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_definitions.md
527528
- page: docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_info.md
528529
- page: docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_state.md
529530
- page: docs/references/http-websocket-apis/public-api-methods/server-info-methods/version.md
530-
- page: docs/references/http-websocket-apis/public-api-methods/server-info-methods/feature.md
531531

532532
- page: docs/references/http-websocket-apis/public-api-methods/clio-methods/index.md
533533
expanded: false

0 commit comments

Comments
 (0)