mirror of
https://notabug.org/RemixDevs/DeezloaderRemix.git
synced 2026-06-11 18:25:19 +00:00
Update page 'REST API'
+16
@@ -76,3 +76,19 @@ GET http://localhost:1730/api/tracks/?album=115542362
|
||||
``` http
|
||||
GET http://localhost:1730/api/queue/
|
||||
```
|
||||
|
||||
## Remove item from Download Queue
|
||||
``` JSON
|
||||
POST http://localhost:1730/api/canceldownload/
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"queueId": "ida33m5l8firh"
|
||||
}
|
||||
```
|
||||
|
||||
or
|
||||
|
||||
``` http
|
||||
GET http://localhost:1730/api/canceldownload/?queueId=ida33m5l8firh
|
||||
```
|
||||
Reference in New Issue
Block a user