webapi: /explore optional &offset= parameter which does not make sense to be used

This commit is contained in:
Kleissner
2022-10-14 16:28:43 +02:00
parent 0e3e8dc988
commit 34be2cc964
3 changed files with 12 additions and 6 deletions

View File

@@ -920,7 +920,7 @@ Result: 200 with JSON structure apiResponseDownloadStatus (using APIStatus a
This returns recently shared files in Peernet. Results are returned in real-time. The file type is an optional filter.
```
Request: GET /explore?limit=[max records]&type=[file type]
Request: GET /explore?limit=[max records]&type=[file type]&offset=[offset]
Result: 200 with JSON structure SearchResult. Check the field status.
```