Improve formatting of from file example

master
Gonzalo Peci 7 years ago
parent 5ef7223ec8
commit 7afbbfbe13

@ -31,8 +31,8 @@ api.txt
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
**From file list Example**
`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…
Cancel
Save