commit 3138bfdabc773af9afc2cb9bf3e28a75e970af6a parent 7a040335b8097bdad870b4d53e7b0a96b5d41484 Author: Christian Grothoff <christian@grothoff.org> Date: Sat, 6 Sep 2025 22:32:22 +0200 disambiguate Diffstat:
| M | core/api-merchant.rst | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -177,13 +177,13 @@ such as the implemented version of the protocol and the currency used. **Response:** :http:statuscode:`200 OK`: - The body is a `VersionResponse`. + The body is a `MerchantVersionResponse`. **Details:** - .. ts:def:: VersionResponse + .. ts:def:: MerchantVersionResponse - interface VersionResponse { + interface MerchantVersionResponse { // libtool-style representation of the Merchant protocol version, see // https://www.gnu.org/software/libtool/manual/html_node/Versioning.html#Versioning // The format is "current:revision:age".