From 09b87512efea0ee8e720d1d17a653d596fcf6d74 Mon Sep 17 00:00:00 2001 From: Rome Reginelli Date: Thu, 11 Apr 2024 15:01:28 -0700 Subject: [PATCH] amm_info - fix asset/asset2 request parameter type --- .../path-and-order-book-methods/amm_info.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/amm_info.md b/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/amm_info.md index 4fae47d7f8..0bcbbb0af1 100644 --- a/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/amm_info.md +++ b/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/amm_info.md @@ -66,8 +66,8 @@ The request includes the following parameters: |:--------------|:-----------------|:----------|-------------| | `account` | String - [Address][] | No | Show only LP Tokens held by this liquidity provider. | | `amm_account` | String - [Address][] | No | The address of the AMM's special AccountRoot. (This is the `issuer` of the AMM's LP Tokens.) | -| `asset` | Object or String | No | One of the assets of the AMM to look up, as an object with `currency` and `issuer` fields (omit `issuer` for XRP), like [currency amounts][Currency Amount]. | -| `asset2` | Object or String | No | The other of the assets of the AMM, as an object with `currency` and `issuer` fields (omit `issuer` for XRP), like [currency amounts][Currency Amount]. | +| `asset` | Object | No | One of the assets of the AMM to look up, as an object with `currency` and `issuer` fields (omit `issuer` for XRP), like [currency amounts][Currency Amount]. | +| `asset2` | Object | No | The other of the assets of the AMM, as an object with `currency` and `issuer` fields (omit `issuer` for XRP), like [currency amounts][Currency Amount]. | You must specify _either_ `amm_account` or both `asset` and `asset2`.