mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 05:44:50 +00:00
Improve formatting of from file example
parent
5ef7223ec8
commit
7afbbfbe13
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ So, id's 4, 68 and 93 are the id's required for the next step.
|
|||
|
||||
---
|
||||
**From file list Example**
|
||||
`for i in $(cat todelete.txt); do curl https://mothership.julesinabox.com/radarr/api/movie/$i -H 'X-Api-Key: xxxxxxxxx' -X DELETE -k; done
|
||||
`for i in $(cat todelete.txt); do curl https://example.com/radarr/api/movie/$i -H 'X-Api-Key: xxxxxxxxx' -X DELETE -k; done`
|
||||
|
||||
|
||||
**Oneshot example**
|
||||
|
|
Loading…
Reference in a new issue