1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-02 14:17:19 +02:00

Improve formatting of from file example

Gonzalo Peci 2017-09-15 18:13:52 +02:00
parent 5ef7223ec8
commit 7afbbfbe13

@ -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**