From fb1b8dd50e623bbb50e41347d332572d10a5d953 Mon Sep 17 00:00:00 2001 From: bobbintb Date: Wed, 17 May 2017 19:35:18 -0600 Subject: [PATCH] Added the delete and blacklist commands. --- API/Queue.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/API/Queue.md b/API/Queue.md index 802d81b..0c84c54 100644 --- a/API/Queue.md +++ b/API/Queue.md @@ -135,4 +135,17 @@ Gets currently downloading info "id": 1503378561 } ] -``` \ No newline at end of file +``` + +## DELETE ## + +##### Summary ##### +Deletes an item from the queue and download client. Optionally blacklist item after deletion. + +##### Parameters ###### + +Required: +`id (int)` Unique ID of the command + +Optional: +`blacklist (bool)` Set to 'true' to blacklist after delete \ No newline at end of file