From 4b305f898b26ded219a224f0e635ce7b907dfed8 Mon Sep 17 00:00:00 2001 From: fhimpg <75040742+fhimpg@users.noreply.github.com> Date: Thu, 16 May 2024 11:05:42 +0200 Subject: [PATCH] Updated API (markdown) --- API.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/API.md b/API.md index 8c0e30d..2045fa5 100644 --- a/API.md +++ b/API.md @@ -468,3 +468,13 @@ Search for json data in entries. Options: ```{"range":[,]}``` array with min and max, for numerical value search. ```{"match":""}``` search for matching string value. + + +# metadump +Output all metadata you have access to. + +`curl -s -d '{"token":"MYSECRETTOKEN"}' https://my.domain/v1/metadump` + + + +