From 7ca86030350d38e426c81ee4c53fe18b173f41c0 Mon Sep 17 00:00:00 2001 From: fhimpg <75040742+fhimpg@users.noreply.github.com> Date: Mon, 27 May 2024 13:14:50 +0200 Subject: [PATCH] Updated API (markdown) --- API.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/API.md b/API.md index 2045fa5..7cde234 100644 --- a/API.md +++ b/API.md @@ -73,6 +73,12 @@ Get complete entries with metadata, document list and link list. "link": "D51301" } ] + "backlinks": [ + { + "lid": "7", + "link": "D1234" + } + ] } ``` @@ -128,6 +134,12 @@ Get complet entry with metadata, document list and link list and raw field names "link": "D51301" } ] + "backlinks": [ + { + "lid": "7", + "link": "D1234" + } + ] } ```