diff --git a/i2p2www/pages/site/docs/api/i2pcontrol.html b/i2p2www/pages/site/docs/api/i2pcontrol.html
index e3cf09b9..4fc759b9 100644
--- a/i2p2www/pages/site/docs/api/i2pcontrol.html
+++ b/i2p2www/pages/site/docs/api/i2pcontrol.html
@@ -119,7 +119,10 @@ Parameters are only provided in a named way (maps).
{{ _('Response:') }}
- **i2p.router.status – [String] {% trans %}What the status of the router is.{% endtrans %}
- - **i2p.router.uptime – [long] {% trans %}What the uptime of the router is in ms.{% endtrans %}
+ - **i2p.router.uptime – [long] {% trans %}What the uptime of the router is in ms.{% endtrans %}
+ Note: i2pd routers prior to version 2.41 returned this value as a string.
+ For compatibility, clients should handle both string and long.
+
- **i2p.router.version – [String] {% trans %}What version of I2P the router is running.{% endtrans %}
- **i2p.router.net.bw.inbound.1s – [double] {% trans %}The 1 second average inbound bandwidth in Bps.{% endtrans %}
- **i2p.router.net.bw.inbound.15s – [double] {% trans %}The 15 second average inbound bandwidth in Bps.{% endtrans %}
@@ -190,6 +193,10 @@ Parameters are only provided in a named way (maps).
- Token – [String] {% trans %}Token used for authenticating the client. Is provided by the server via the 'Authenticate' RPC method. If null is submitted, current setting will be returned.{% endtrans %}
{{ _('Response:') }}
+ -
+ Note: i2pd routers prior to version 2.41 returned some of these values as numbers.
+ For compatibility, clients should handle both strings and numbers.
+
- **i2p.router.net.ntcp.port – [String] {% trans %}If requested, returns the port used for the TCP transport.{% endtrans %}
- **i2p.router.net.ntcp.hostname – [String] {% trans %}If requested, returns the hostname used for the TCP transport.{% endtrans %}
- **i2p.router.net.ntcp.autoip – [String] {% trans %}If requested, returns the method used for automatically detecting ip for the TCP transport.{% endtrans %}