mirror of https://github.com/Sonarr/Sonarr
Added the delete and blacklist commands.
parent
61521ded22
commit
fb1b8dd50e
15
API/Queue.md
15
API/Queue.md
|
@ -135,4 +135,17 @@ Gets currently downloading info
|
||||||
"id": 1503378561
|
"id": 1503378561
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## 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
|
Loading…
Reference in New Issue