Commit Graph

54 Commits

Author SHA1 Message Date
rmurphy23
764ed24f13 Adds commandline response to account_currencies.md 2020-07-15 14:25:37 -07:00
mDuo13
389e563b27 [JA] Finish link fixing
- Removes the redundant "English" locale since English is the default
  language when no locale is specified
- Adds translation tags to domain verification checker tool (so that one
  broken link from there can be fixed)
- Fixes several typos in Japanese docs
- Adds redirects & other config changes to make links work
2020-06-22 16:44:46 -07:00
mDuo13
75dedba480 [JA] fix some links 2020-06-22 16:44:46 -07:00
mDuo13
fcad9d0376 Update Japanese translation files 2020-06-22 16:43:11 -07:00
mDuo13
7dfe2cefb4 Re-add some unintentionally-removed not-enabled markers 2020-06-17 18:52:22 -07:00
mDuo13
7d5a2d2a88 Checks enabled 2020-06-17 18:48:04 -07:00
mDuo13
abd4a5e36b Add deletion_blockers_only 2020-05-08 12:02:16 -07:00
mDuo13
c5182de0f0 CLI syntax cleanup
Documents rippled PR#3196

- consistent use of 'strict' field in account_currencies, account_info,
  account_offers methods
- cleans up CLI request format a bit for these methods
2020-04-01 17:35:19 -07:00
Rome Reginelli
c81e540010 Merge pull request #812 from ripple/rippled_1.5.0
rippled 1.5.0 Documentation
2020-03-31 16:16:16 -07:00
mDuo13
a8080e9764 copy-edit some API error tenses 2020-03-30 18:07:29 -07:00
mDuo13
07874d62db account_channels: fix caps typo 2020-03-11 02:20:29 -07:00
mDuo13
decf9697f9 account_tx: add comma 2020-03-11 02:18:36 -07:00
mDuo13
971710a262 account_tx: fix CLI syntax. 2020-03-09 17:50:24 -07:00
mDuo13
0b557ca4e3 account_channels: updates for 1.5.0 2020-03-06 15:25:33 -08:00
mDuo13
a222f56c17 [JA] fix broken links to updated anchor 2020-02-20 18:18:51 -08:00
Rome Reginelli
ef6a5e658b Merge pull request #772 from ripple/mDuo13-patch-account_currencies-ja
account_currencies (JA): ledger seq→ledger index
2020-01-22 12:57:48 -08:00
Rome Reginelli
6e109ba93d account_currencies (JA): ledger seq→ledger index 2020-01-17 18:07:36 -08:00
Rome Reginelli
5e3ac4e9b2 account_channels (JA): ledger seq→ledger index 2020-01-17 18:05:17 -08:00
mDuo13
dc6aca3f5e Remove <br> tags from [Source] links. 2019-12-04 15:35:29 -08:00
mDuo13
100b2cc47d More 'ledger index' standardization 2019-11-27 15:21:27 -08:00
mDuo13
db5da68093 Deletable accounts info / style updates 2019-11-27 15:21:27 -08:00
mDuo13
2bfe9e574b Japanese translation: fix all the broken links 2019-11-05 23:09:32 -08:00
mDuo13
7b188351c0 CRLF to LF; fix some broken links 2019-11-05 23:09:32 -08:00
mDuo13
f36b715a27 Translation framework: link fixing, banner 2019-11-05 23:09:31 -08:00
mDuo13
430e4f4515 Japanese translation: add remaining files 2019-11-05 23:08:41 -08:00
mDuo13
f3db1cd141 account_tx: better error code docs 2019-10-29 15:12:21 -07:00
mDuo13
b9029aa838 Fix some lingering TODOs 2019-10-29 14:25:59 -07:00
Rome Reginelli
3be55cea63 account_lines: Fix copy-pasto 2019-06-04 16:37:47 -07:00
mDuo13
21b74ce25d Use :enabled: and :not_enabled: for amendments 2019-02-26 19:19:08 -08:00
Jennifer Hasegawa
2e60193ae3 XRPL base58 2019-02-08 12:42:28 -08:00
mDuo13
87820b61f6 Preauth-related API method docs (draft) 2018-07-27 13:16:59 -07:00
Mike Milano
e9a8af0345 Fixed invalid JSON response in noripple_check
A trailing comma was left in the last item of the `result.problems` array in the JSON-RPC example response of noripple_check.

I'm actually creating json files with the examples to mock responses in unit tests for the library I'm writing, so my tests found it. I wouldn't have noticed otherwise. I'm grateful we have example responses to review and copy!
2018-05-31 04:12:43 -07:00
Rome Reginelli
7aa54d00f7 Merge pull request #410 from mikemilano/patch-5
Removed ledger param from account_objects
2018-05-30 13:32:33 -07:00
Mike Milano
6c148f9aaf Removed ledger param from account_objects
Similar to PR #409 except the deprecated `ledger` param was used in the websocket request example, while `ledger_index` was used in the JSON example.

This PR removes those parameters on both examples. I also removed the word `Optional` from the `Type` column since the convention seems to be to indicate that in the description field.

Note: The Commandline request example has `[ledger_index]`, however the syntax suggests it's an optional argument and not an flagged option (i.e. `--ledger_index=current`), so it seems proper to leave that as is.
2018-05-30 02:54:06 -07:00
Mike Milano
9a0ffd280d Removed ledger parameter from request
The `ledger` parameter is now `ledger_index`, which is optional and defaults to current. This PR removes the `ledger` param from the example requests.

I had opened a PR to simply change `ledger` to `ledger_index`, however the conventions of the API docs seem to only use required parameters, so I closed that PR and created this one instead.
2018-05-30 02:40:34 -07:00
Mike Milano
e5ce519c58 Missing Optional flag for hotwallet param
The `hotwallet` parameter of `gateway-balances()` didn't seem like the type of parameter that needs to be required. I tested the API w/o it and it returned successfully.
2018-05-24 03:39:32 -07:00
mDuo13
3da2b092c3 Last link cleanup(??) and removing now-unused files 2018-05-12 15:58:30 -07:00
mDuo13
f7ead43614 Link fixes around subscriptions & others 2018-05-11 17:31:56 -07:00
mDuo13
6596451809 Fix server states/info, common fields, etc. links 2018-05-11 16:32:54 -07:00
mDuo13
e68873dbed Fix more time specifying links 2018-05-11 16:18:49 -07:00
mDuo13
4eb62d527b Fix links to ledger objects, etc. 2018-05-11 16:14:13 -07:00
mDuo13
286cd1c4c0 Slightly more standard time, XRP, and ledger index links 2018-05-11 16:07:03 -07:00
mDuo13
6908745762 Update some common links in references 2018-05-11 15:51:53 -07:00
mDuo13
fa04e5a5c9 Fix more links in references 2018-05-11 14:52:56 -07:00
mDuo13
5520e0843d Fix mostly transaction reference links 2018-05-11 14:52:56 -07:00
mDuo13
cffb9edf60 Use Specifying Ledgers reference link in references 2018-05-11 14:52:56 -07:00
mDuo13
6afa5ba8a2 Referencify the standard response format link 2018-05-11 14:52:56 -07:00
mDuo13
a05ecf638f Fix known amendments links in references 2018-05-11 14:52:56 -07:00
mDuo13
61f366397f Fix rippling and freeze links in references 2018-05-11 14:52:54 -07:00
mDuo13
d42d7aae91 Add link def snippets to admin methods and move websocket tool links 2018-05-11 14:52:16 -07:00