From b131011feef10ca49a56865ce407815a7ac5c095 Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Wed, 19 Dec 2018 21:48:12 +0100
Subject: [PATCH] [doc] bma: add wot/identity-of

---
 doc/HTTP_API.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/doc/HTTP_API.md b/doc/HTTP_API.md
index 442dfad28..4c404e64e 100644
--- a/doc/HTTP_API.md
+++ b/doc/HTTP_API.md
@@ -17,6 +17,7 @@
       * [requirements/[PUBKEY]](#wotrequirementspubkey)
       * [certifiers-of/[search]](#wotcertifiers-ofsearch)
       * [certified-by/[search]](#wotcertified-bysearch)
+      * [identity-of/[search]](#wotidentity-ofsearch)
   * [blockchain/](#blockchain)
       * [parameters](#blockchainparameters)
       * [membership](#blockchainmembership)
@@ -71,6 +72,7 @@ Data is made accessible through an HTTP API mainly inspired from [OpenUDC_exchan
     |   |-- requirements/[pubkey]
     |   |-- certifiers-of/[uid|pubkey]
     |   |-- certified-by/[uid|pubkey]
+    |   |-- identity-of/[uid|pubkey]
     |   |-- members
     |   `-- lookup
     |-- blockchain/
@@ -82,11 +84,11 @@ Data is made accessible through an HTTP API mainly inspired from [OpenUDC_exchan
     |       |-- joiners
     |       |-- actives
     |       |-- leavers
-            |-- revoked
+    |       |-- revoked
     |       |-- excluded
     |       |-- ud
     |       |-- tx
-             -- branches
+    |       |-- branches
     |   |-- hardship
     |   |   `-- [PUBKEY]
     |   |-- block
-- 
GitLab