From 24eef89de248448cc811c2e586148ec99481d32f Mon Sep 17 00:00:00 2001 From: selfhoster Date: Sat, 11 Jan 2020 00:20:06 +0000 Subject: [PATCH] Update page 'REST API' --- REST API.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/REST API.md b/REST API.md index e6eb183..1193bc2 100644 --- a/REST API.md +++ b/REST API.md @@ -91,4 +91,9 @@ or ``` http GET http://localhost:1730/api/canceldownload/?queueId=ida33m5l8firh +``` + +## Clear Download Queue +``` http +GET http://localhost:1730/api/clearqueue/ ``` \ No newline at end of file