From 2d662e2652aa9543484b85441ce18eb2dcccf0ec Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Wed, 19 Dec 2018 21:51:01 +0100 Subject: [PATCH] [doc] bma: add wot/members and correct order wot/lookup --- doc/HTTP_API.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/HTTP_API.md b/doc/HTTP_API.md index 4c404e64e..7ad4f00b9 100644 --- a/doc/HTTP_API.md +++ b/doc/HTTP_API.md @@ -14,6 +14,7 @@ * [certify](#wotcertify) * [revoke](#wotrevoke) * [lookup/[search]](#wotlookupsearch) + * [members](#wotmembers) * [requirements/[PUBKEY]](#wotrequirementspubkey) * [certifiers-of/[search]](#wotcertifiers-ofsearch) * [certified-by/[search]](#wotcertified-bysearch) @@ -69,12 +70,12 @@ Data is made accessible through an HTTP API mainly inspired from [OpenUDC_exchan | |-- add | |-- certify | |-- revoke + | |-- lookup[uid|pubkey] + | |-- members | |-- requirements/[pubkey] | |-- certifiers-of/[uid|pubkey] | |-- certified-by/[uid|pubkey] - | |-- identity-of/[uid|pubkey] - | |-- members - | `-- lookup + | `-- identity-of/[uid|pubkey] |-- blockchain/ | |-- parameters | |-- membership -- GitLab