Skip to content
Snippets Groups Projects
Unverified Commit d765286f authored by Éloïs's avatar Éloïs
Browse files

[fix] revoked_on is obsolete

parent 03ab8015
Branches
No related tags found
1 merge request!4RFC 4 : Duniter WS2P API v1
...@@ -613,7 +613,7 @@ JSON response to success : ...@@ -613,7 +613,7 @@ JSON response to success :
"sig": String(membership document signature in base64), "sig": String(membership document signature in base64),
"signature": String(doubloon with "sig" field), "signature": String(doubloon with "sig" field),
"type": String(doubloon with "membership" field), "type": String(doubloon with "membership" field),
"userid": String(), "userid": String(username),
"written": Bool(is always false), "written": Bool(is always false),
"written_number": Null "written_number": Null
}, },
...@@ -622,9 +622,9 @@ JSON response to success : ...@@ -622,9 +622,9 @@ JSON response to success :
"pubkey": String(identity pubkey in base58), "pubkey": String(identity pubkey in base58),
"revocation_sig": String(revocation document signature in base64, empty where the identity is not revoked), "revocation_sig": String(revocation document signature in base64, empty where the identity is not revoked),
"revoked": Bool(), "revoked": Bool(),
"revoked_on": Number(?), "revoked_on": Number(obsolete field to be deleted),
"sig":String(identity document signature in base64), "sig":String(identity document signature in base64),
"uid": String(), "uid": String(username),
"wasMember": Bool(true if the identity has already been a member at least once) "wasMember": Bool(true if the identity has already been a member at least once)
}, },
Object(IDTY_2), Object(IDTY_2),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment