From 7afbbfbe1306e44da2acf8a0da494d43958c9b64 Mon Sep 17 00:00:00 2001 From: Gonzalo Peci Date: Fri, 15 Sep 2017 18:13:52 +0200 Subject: [PATCH] Improve formatting of from file example --- Mass-Delete-via-API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mass-Delete-via-API.md b/Mass-Delete-via-API.md index 0e0ba1e..aa0c3ba 100644 --- a/Mass-Delete-via-API.md +++ b/Mass-Delete-via-API.md @@ -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**