Updated API (markdown)

fhimpg 2024-05-16 11:05:42 +02:00
parent 9689008306
commit 4b305f898b

10
API.md

@ -468,3 +468,13 @@ Search for json data in entries.
Options: Options:
```{"range":[<min>,<max>]}``` array with min and max, for numerical value search. ```{"range":[<min>,<max>]}``` array with min and max, for numerical value search.
```{"match":"<string>"}``` search for matching string value. ```{"match":"<string>"}``` search for matching string value.
# metadump
Output all metadata you have access to.
`curl -s -d '{"token":"MYSECRETTOKEN"}' https://my.domain/v1/metadump`