From e746b5b4a035c2ae6f49925c82825c8ac14f6867 Mon Sep 17 00:00:00 2001 From: Gioacchino Mazzurco Date: Mon, 22 Oct 2018 00:24:02 +0200 Subject: [PATCH] JSON API unauthenticated access to /rsAccounts/getCurrentAccountId --- libretroshare/src/retroshare/rsinit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretroshare/src/retroshare/rsinit.h b/libretroshare/src/retroshare/rsinit.h index 3d51eff01..031423819 100644 --- a/libretroshare/src/retroshare/rsinit.h +++ b/libretroshare/src/retroshare/rsinit.h @@ -151,7 +151,7 @@ public: /** * @brief Get current account id. Beware that an account may be selected * without actually logging in. - * @jsonapi{development} + * @jsonapi{development,unauthenticated} * @param[out] id storage for current account id * @return false if account hasn't been selected yet, true otherwise */