mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-13 11:32:48 -04:00
JSON API unauthenticated access to /rsAccounts/getCurrentAccountId
This commit is contained in:
parent
6543d713e4
commit
e746b5b4a0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue