From c071f036683537df791b9e5c623a93738caef8e3 Mon Sep 17 00:00:00 2001 From: Oliver Eggert Date: Mon, 4 Nov 2024 16:28:22 -0800 Subject: [PATCH] fix clio api info --- docs/references/http-websocket-apis/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/references/http-websocket-apis/index.md b/docs/references/http-websocket-apis/index.md index 6a354c100b..5a89f08076 100644 --- a/docs/references/http-websocket-apis/index.md +++ b/docs/references/http-websocket-apis/index.md @@ -52,12 +52,12 @@ The table below shows which version of the `rippled` API is used if you don't sp |----------------|-------------|------------------| | Websocket | 1 | | | JSON-RPC | 1 | | -| Commandline | 2 | The commandline only uses the latest API version (currently 2). | +| Commandline | 2 | The commandline only uses the latest API version. | | [xrpl.js](https://github.com/XRPLF/xrpl.js) | 2 | Defaults to [API v2][] starting in v4.0.0. | | [xrpl-py](https://github.com/XRPLF/xrpl-py) | 2 | Defaults to [API v2][] starting in v3.0.0. | {% admonition type="info" name="Note" %} -[API v2][] is used by default when you make a request to a Clio server, starting in v???. +Clio responses use [API v1][] by default, but support [API v2][] requests. {% /admonition %} {% raw-partial file="/docs/_snippets/common-links.md" /%}