servalproject / serval-dna

The Serval Project's core daemon that implements Distributed Numbering Architecture (DNA), MDP, VoMP, Rhizome, MeshMS, etc.
http://servalproject.org
Other
170 stars 81 forks source link

Keyring lock endpoint does not work as documented #139

Closed CryptoCopter closed 6 years ago

CryptoCopter commented 6 years ago

The REST-API-Keyring-Documentation states that if an identity is sucessfully locked

"it returns 200 OK and the JSON result describes the identity that was locked."

but in reality, the operation only returns

{
 "http_status_code": 200,
 "http_status_message": "Identity locked"
}