From 3af4de11fb01e48f66d24f422ab6b935ba815574 Mon Sep 17 00:00:00 2001 From: d47081 <108541346+d47081@users.noreply.github.com> Date: Sun, 5 Nov 2023 00:47:26 +0200 Subject: [PATCH] Updated API (markdown) --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index 4427fd0..8388dcb 100644 --- a/API.md +++ b/API.md @@ -4,7 +4,7 @@ GET `/api/torrents?search=value&sensitive=false&locales=en|uk&yggdrasil=1&page=1 * `search` - `string` - optional, filter results by keyword, recent uploads if not provided * `filter` - `bool` - optional, enable search mode to ignore user session (skip own content, account settings, etc) -* `sensitive` - `bool` - optional, 1 or 0, all results if not provided +* `sensitive` - `bool` - optional, all results if not provided * `yggdrasil` - `bool` - optional, filter non-yggdrasil resources from downloads, all resources by default * `locales` - `string` (loc1|loc2|.._) - optional, filter results by locales, all if not provided * `categories` - `string` (cat1|cat2|..) - optional, filter results by categories, all if not provided