Updated API (markdown)

fhimpg 2023-02-22 15:19:11 +01:00
parent 304f1c713e
commit 03cda72e16

2
API.md

@ -375,7 +375,7 @@ Delete links from entry.
```
# search
Search in archive. Keys and fields in one search request will be combined with OR operator. If you enter more than one search request they will be combined with AND operator.
Search in archive. Keys and fields in one search request will be combined with OR operator. If you leave out fields the search will be done in all fields. If you enter more than one search request they will be combined with AND operator.
`curl -s -d '{"token":"MYSECRETTOKEN","search":[{"keys":["ertl","schögl"],"fields":[0,1]}]}' https://my.domain/v1/search`