Consistent use of terminology in admin method blurbs

This commit is contained in:
mDuo13
2019-07-03 17:30:37 -07:00
parent 03b16a12d7
commit 4ad3625d83
9 changed files with 9 additions and 9 deletions

View File

@@ -3,7 +3,7 @@
The `connect` command forces the `rippled` server to connect to a specific peer `rippled` server.
*The `connect` request is an [admin method](admin-rippled-methods.html) that cannot be run by unprivileged users!*
*The `connect` method is an [admin method](admin-rippled-methods.html) that cannot be run by unprivileged users!*
### Request Format
An example of the request format:

View File

@@ -3,7 +3,7 @@
Gracefully shuts down the server.
*The `stop` request is an [admin method](admin-rippled-methods.html) that cannot be run by unprivileged users!*
*The `stop` method is an [admin method](admin-rippled-methods.html) that cannot be run by unprivileged users!*
### Request Format
An example of the request format:

View File

@@ -3,7 +3,7 @@
The `validation_seed` command temporarily sets the secret value that rippled uses to sign validations. This value resets based on the config file when you restart the server. [Disabled since: rippled 0.29.1](https://github.com/ripple/rippled/releases/tag/0.29.1-rc1 "BADGE_RED")
*The `validation_seed` request is an [admin method](admin-rippled-methods.html) that cannot be run by unprivileged users!*
*The `validation_seed` method is an [admin method](admin-rippled-methods.html) that cannot be run by unprivileged users!*
### Request Format
An example of the request format: