Skip to content

Commit c071f03

Browse files
committed
fix clio api info
1 parent e54ed22 commit c071f03

File tree

1 file changed

+2
-2
lines changed
  • docs/references/http-websocket-apis

1 file changed

+2
-2
lines changed

docs/references/http-websocket-apis/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ The table below shows which version of the `rippled` API is used if you don't sp
5252
|----------------|-------------|------------------|
5353
| Websocket | 1 | |
5454
| JSON-RPC | 1 | |
55-
| Commandline | 2 | The commandline only uses the latest API version (currently 2). |
55+
| Commandline | 2 | The commandline only uses the latest API version. |
5656
| [xrpl.js](https://github.com/XRPLF/xrpl.js) | 2 | Defaults to [API v2][] starting in v4.0.0. |
5757
| [xrpl-py](https://github.com/XRPLF/xrpl-py) | 2 | Defaults to [API v2][] starting in v3.0.0. |
5858

5959
{% admonition type="info" name="Note" %}
60-
[API v2][] is used by default when you make a request to a Clio server, starting in v???.
60+
Clio responses use [API v1][] by default, but support [API v2][] requests.
6161
{% /admonition %}
6262

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

0 commit comments

Comments
 (0)