From 87ec6b289ea5376b648e8cbb1373fb538da9f01d Mon Sep 17 00:00:00 2001 From: Edouard Hur <3418467+hekmon@users.noreply.github.com> Date: Fri, 29 May 2020 19:13:04 +0200 Subject: [PATCH] type of bitness on the buildInfo response payload is actually an int and not a string (api version: 2.5.1) --- Web-API-Documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web-API-Documentation.md b/Web-API-Documentation.md index 2829752..306af80 100644 --- a/Web-API-Documentation.md +++ b/Web-API-Documentation.md @@ -307,7 +307,7 @@ Property | Type | Description `libtorrent` | string | libtorrent version `boost` | string | Boost version `openssl` | string | OpenSSL version -`bitness` | string | Application bitness (e.g. 64-bit) +`bitness` | int | Application bitness (e.g. 64-bit) ## Shutdown application ##